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

Attributes

  • displayName (type: String.t, default: nil) - The user's display name. Limit: 256 characters.
  • familyName (type: String.t, default: nil) - The user's last name. Required when creating a user account.
  • fullName (type: String.t, default: nil) - The user's full name formed by concatenating the first and last name values.
  • givenName (type: String.t, default: nil) - The user's first name. Required when creating a user account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.UserName{
  displayName: String.t() | nil,
  familyName: String.t() | nil,
  fullName: String.t() | nil,
  givenName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.