View Source GoogleApi.Admin.Directory_v1.Model.UserExternalId (google_api_admin v0.40.0)

JSON template for an externalId entry.

Attributes

  • customType (type: String.t, default: nil) - Custom type.
  • type (type: String.t, default: nil) - The type of the Id.
  • value (type: String.t, default: nil) - The value of the id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.UserExternalId{
  customType: String.t() | nil,
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.