Postal address.
@type t() :: %ExScimClient.Model.UserAttributes.Address{ country: String.t() | nil, formatted: String.t() | nil, locality: String.t() | nil, postalCode: String.t() | nil, primary: boolean() | nil, region: String.t() | nil, streetAddress: String.t() | nil, type: String.t() | nil }