google_api_plus v0.6.0 GoogleApi.Plus.V1.Model.PlusAclentryResource View Source

Attributes

  • displayName (type: String.t, default: nil) - A descriptive name for this entry. Suitable for display.
  • id (type: String.t, default: nil) - The ID of the entry. For entries of type "person" or "circle", this is the ID of the resource. For other types, this property is not set.
  • type (type: String.t, default: nil) - The type of entry describing to whom access is granted. Possible values are:

    • "person" - Access to an individual.
    • "circle" - Access to members of a circle.
    • "myCircles" - Access to members of all the person's circles.
    • "extendedCircles" - Access to members of all the person's circles, plus all of the people in their circles.
    • "domain" - Access to members of the person's Google Apps domain.
    • "public" - Access to anyone on the web.

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.PlusAclentryResource{
  displayName: String.t(),
  id: String.t(),
  type: String.t()
}

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.