Class AdditionalContactInfo (1.0.0)

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

Resource that represents contact information other than phone, email, URI and addresses.

Attributes

NameDescription
usage `.common.ContactInfoUsage`
The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.
name str
The name of the contact method. For example, "hangout", "skype". Number of characters allowed is 100.
contact_id str
The contact id. Number of characters allowed is 100.

Inheritance

builtins.object > proto.message.Message > AdditionalContactInfo