Contact details of a point of contact.
JSON representation |
---|
{ "givenName" : string , "familyName" : string , "email" : string , "phone" : string , "timeZone" : { object ( |
Fields | |
---|---|
givenName
|
Required. Given name of the contact. |
familyName
|
Optional. Family name of the contact. |
email
|
Required. Email of the contact. |
phone
|
Required. Phone number of the contact. |
timeZone
|
Optional. Time zone of the contact. |
reachableTimes[]
|
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. For example "America/New_York". |
version
|
Optional. IANA Time Zone Database version number. For example "2019a". |