type
AdminTimeZone
type AdminTimeZone struct {
ID string `json:"id"`
Label string `json:"label"`
LabelTranslations map[string]string `json:"labelTranslations,omitempty"`
}One browser-safe timezone offered to editors.
IDstring- The ID value.
Labelstring- The Label value.
LabelTranslationsmap[string]string- The LabelTranslations value.