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

Attributes

  • etag (type: String.t, default: nil) - ETag of the resource.
  • kind (type: String.t, default: admin#directory#orgUnits) - The type of the API resource. For Org Unit resources, the type is admin#directory#orgUnits.
  • organizationUnits (type: list(GoogleApi.Admin.Directory_v1.Model.OrgUnit.t), default: nil) - A list of organizational unit objects.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.OrgUnits{
  etag: String.t() | nil,
  kind: String.t() | nil,
  organizationUnits: [GoogleApi.Admin.Directory_v1.Model.OrgUnit.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.