Location Data Type

Practice location.

Properties
name data type description
timeZone string Returns the practice location time zone.
Properties inherited from Resource
id number Returns the entity identifier.
name string Returns the entity name.

Example

{
  "timeZone" : "...",
  "id" : 12345,
  "name" : "..."
}