ExScimClient.Model.UserAttributes.Address (ex_scim_client v0.2.2)

Copy Markdown View Source

Postal address.

Summary

Types

t()

@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
}