Contact

Contact details of a point of contact.

JSON representation
{
  "givenName": string,
  "familyName": string,
  "email": string,
  "phone": string,
  "timeZone": {
    object (TimeZone)
  },
  "reachableTimes": [
    {
      object (TimePeriod)
    }
  ]
}
Fields
givenName

string

Required. Given name of the contact.

familyName

string

Optional. Family name of the contact.

email

string

Required. Email of the contact.

phone

string

Required. Phone number of the contact.

timeZone

object (TimeZone)

Optional. Time zone of the contact.

reachableTimes[]

object (TimePeriod)

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

string

IANA Time Zone Database time zone, e.g. "America/New_York".

version

string

Optional. IANA Time Zone Database version number, e.g. "2019a".