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

The Directory API manages aliases, which are alternative email addresses.

Attributes

  • alias (type: String.t, default: nil) - The alias email address.
  • etag (type: String.t, default: nil) - ETag of the resource.
  • id (type: String.t, default: nil) - The unique ID for the user.
  • kind (type: String.t, default: nil) - The type of the API resource. For Alias resources, the value is admin#directory#alias.
  • primaryEmail (type: String.t, default: nil) - The user's primary email address.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.UserAlias{
  alias: String.t() | nil,
  etag: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  primaryEmail: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.