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

Attributes

  • displayName (String.t): A descriptive name for this entry. Suitable for display. Defaults to: null.
  • id (String.t): 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. Defaults to: null.
  • type (String.t): 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. 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.PlusAclentryResource{
  displayName: any(),
  id: any(),
  type: 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.