google_api_plus v0.1.0 GoogleApi.Plus.V1.Model.Acl View Source

Attributes

  • description (String.t): Description of the access granted, suitable for display. Defaults to: null.
  • items ([PlusAclentryResource]): The list of access entries. Defaults to: null.
  • kind (String.t): Identifies this resource as a collection of access controls. Value: "plus#acl". Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Plus.V1.Model.Acl{
  description: any(),
  items: [GoogleApi.Plus.V1.Model.PlusAclentryResource.t()],
  kind: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.