Class Contact (1.7.2)

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

A contact that will receive notifications from Google Cloud.

Attributes

NameDescription
name str
Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}
email str
Required. The email address to send notifications to. The email address does not need to be a Google Account.
notification_category_subscriptions MutableSequence[google.cloud.essential_contacts_v1.types.NotificationCategory]
Required. The categories of notifications that the contact will receive communications for.
language_tag str
Required. The preferred language for notifications, as a ISO 639-1 language code. See `Supported languages
validation_state google.cloud.essential_contacts_v1.types.ValidationState
The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.
validate_time google.protobuf.timestamp_pb2.Timestamp
The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.