Class Address (2.3.0)

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

Resource that represents a address. .. attribute:: usage

The usage of the address. For example, SCHOOL, WORK, PERSONAL.

:type: google.cloud.talent_v4beta1.types.ContactInfoUsage

Attributes

NameDescription
unstructured_address str
Unstructured address. For example, "1600 Amphitheatre Pkwy, Mountain View, CA 94043", "Sunnyvale, California". Number of characters allowed is 100.
structured_address google.type.postal_address_pb2.PostalAddress
Structured address that contains street address, city, state, country, and so on.
current google.protobuf.wrappers_pb2.BoolValue
Indicates if it's the person's current address.