Interface protos.google.type.IPostalAddress (3.4.1)

Properties of a PostalAddress.

Package

@google-cloud/talent!

Properties

addressLines

addressLines?: (string[]|null);

PostalAddress addressLines

Property Value
TypeDescription
(string[]|null)

administrativeArea

administrativeArea?: (string|null);

PostalAddress administrativeArea

Property Value
TypeDescription
(string|null)

languageCode

languageCode?: (string|null);

PostalAddress languageCode

Property Value
TypeDescription
(string|null)

locality

locality?: (string|null);

PostalAddress locality

Property Value
TypeDescription
(string|null)

organization

organization?: (string|null);

PostalAddress organization

Property Value
TypeDescription
(string|null)

postalCode

postalCode?: (string|null);

PostalAddress postalCode

Property Value
TypeDescription
(string|null)

recipients

recipients?: (string[]|null);

PostalAddress recipients

Property Value
TypeDescription
(string[]|null)

regionCode

regionCode?: (string|null);

PostalAddress regionCode

Property Value
TypeDescription
(string|null)

revision

revision?: (number|null);

PostalAddress revision

Property Value
TypeDescription
(number|null)

sortingCode

sortingCode?: (string|null);

PostalAddress sortingCode

Property Value
TypeDescription
(string|null)

sublocality

sublocality?: (string|null);

PostalAddress sublocality

Property Value
TypeDescription
(string|null)