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

JSON template for Group resource in Directory API.

Attributes

  • adminCreated (type: boolean(), default: nil) - Is the group created by admin (Read-only) *
  • aliases (type: list(String.t), default: nil) - List of aliases (Read-only)
  • description (type: String.t, default: nil) - Description of the group
  • directMembersCount (type: String.t, default: nil) - Group direct members count
  • email (type: String.t, default: nil) - Email of Group
  • etag (type: String.t, default: nil) - ETag of the resource.
  • id (type: String.t, default: nil) - Unique identifier of Group (Read-only)
  • kind (type: String.t, default: admin#directory#group) - Kind of resource this is.
  • name (type: String.t, default: nil) - Group name
  • nonEditableAliases (type: list(String.t), default: nil) - List of non editable aliases (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.Group{
  adminCreated: boolean(),
  aliases: [String.t()],
  description: String.t(),
  directMembersCount: String.t(),
  email: String.t(),
  etag: String.t(),
  id: String.t(),
  kind: String.t(),
  name: String.t(),
  nonEditableAliases: [String.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.