Manual Reference Source Test
import SiteLanguageModel from 'clinical6/src/models/trial/SiteLanguage.js'
public class | source

SiteLanguageModel

Direct Subclass:

SiteLanguage

Model representing a supported site language.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a single site supported language

response.id Number
  • nullable: false

The id of the site supported language on the server

response.type String
  • nullable: false

The type of this object ('trials__site_supported_languages')

response.created_at String

Created at

response.updated_at String

Updated at

Public Members

public createdAt: String source

public id: Number source

public updatedAt: String source