View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1AdminUser (google_api_cloud_channel v0.9.0)

Information needed to create an Admin User for Google Workspace.

Attributes

  • email (type: String.t, default: nil) - Primary email of the admin user.
  • familyName (type: String.t, default: nil) - Family name of the admin user.
  • givenName (type: String.t, default: nil) - Given name of the admin user.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1AdminUser{
  email: String.t() | nil,
  familyName: String.t() | nil,
  givenName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.