google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.Alias View Source

JSON template for Alias object in Directory API.

Attributes

  • alias (type: String.t, default: nil) - A alias email
  • etag (type: String.t, default: nil) - ETag of the resource.
  • id (type: String.t, default: nil) - Unique id of the group (Read-only) Unique id of the user (Read-only)
  • kind (type: String.t, default: admin#directory#alias) - Kind of resource this is.
  • primaryEmail (type: String.t, default: nil) - Group's primary email (Read-only) User's primary email (Read-only)

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Directory_v1.Model.Alias{
  alias: String.t(),
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  primaryEmail: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.