TimezoneOffsetListResponse
TimezoneOffsetListResponse
List of Timezone Offsets.
JSON Example
{
"object": "string",
"data": [
{
"name": "string",
"utc_offset": 0
}
]
}
string
object
Optional
Constraints:
default: list
Object type, which is always list
.