Class Contact (1.2.2)

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

Details required for a contact associated with a Registration.

Attributes

NameDescription
postal_address google.type.postal_address_pb2.PostalAddress
Required. Postal address of the contact.
email str
Required. Email address of the contact.
phone_number str
Required. Phone number of the contact in international format. For example, ``"+1-800-555-0123"``.
fax_number str
Fax number of the contact in international format. For example, ``"+1-800-555-0123"``.

Inheritance

builtins.object > proto.message.Message > Contact