timeZone property

String? timeZone
getter/setter pair

This request's time zone if specified.

If unspecified, the property's time zone is used. The request's time zone is used to interpret the start & end dates of the report. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo".

Implementation

core.String? timeZone;