timeZone property

String? timeZone
getter/setter pair

The timezone of the user who created the support case.

It should be in a format IANA recognizes: https://www.iana.org/time-zones. There is no additional validation done by the API.

Implementation

core.String? timeZone;