Class Contact (0.1.1)

Contact(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contact details of a point of contact.

Attributes

Name Description
given_name str
Required. Given name of the contact.
family_name str
Optional. Family name of the contact.
email str
Required. Email of the contact.
phone str
Required. Phone number of the contact.
time_zone google.type.datetime_pb2.TimeZone
Optional. Time zone of the contact.
reachable_times MutableSequence[google.cloud.gdchardwaremanagement_v1alpha.types.TimePeriod]
Optional. The time periods when the contact is reachable. If this field is empty, the contact is reachable at all times.