Contact details of a point of contact.
JSON representation |
---|
{ "givenName": string, "familyName": string, "email": string, "phone": string, "timeZone": { object ( |
Fields | |
---|---|
given |
Required. Given name of the contact. |
family |
Optional. Family name of the contact. |
email |
Required. Email of the contact. |
phone |
Required. Phone number of the contact. |
time |
Optional. Time zone of the contact. |
reachable |
Optional. The time periods when the contact is reachable. If this field is empty, the contact is reachable at all times. |
TimeZone
Represents a time zone from the IANA Time Zone Database.
JSON representation |
---|
{ "id": string, "version": string } |
Fields | |
---|---|
id |
IANA Time Zone Database time zone, e.g. "America/New_York". |
version |
Optional. IANA Time Zone Database version number, e.g. "2019a". |