Class Address (1.0.0)

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

Resource that represents a address.

Attributes

NameDescription
usage `.common.ContactInfoUsage`
The usage of the address. For example, SCHOOL, WORK, PERSONAL.
unstructured_address str
Unstructured address. For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California". Number of characters allowed is 100.
structured_address `.postal_address.PostalAddress`
Structured address that contains street address, city, state, country, and so on.
current `.wrappers.BoolValue`
Indicates if it's the person's current address.

Inheritance

builtins.object > proto.message.Message > Address