Manual Reference Source Test
import TimezoneModel from 'clinical6/src/models/Timezone.js'
public class | source

TimezoneModel

Direct Subclass:

Timezone

Model representing a timezone.

Constructor Summary

Public Constructor
public

constructor(response: Object)

Member Summary

Public Members
public
public
public
public

Public Constructors

public constructor(response: Object) source

Params:

NameTypeAttributeDescription
response Object

JSON formatted response of a Timezone

response.id String

The id value of the Timezone

response.type String

The type value of the Timezone

response.name String

Name of the Timezone

response.offset Number

Value for sorting returned timezones

response.region String

Region of timezone

Public Members

public id: String source

public name: String source

public offset: Number source

public region: String source