google_api_calendar v0.4.0 GoogleApi.Calendar.V3.Model.AclRule View Source

Attributes

  • etag (String.t): ETag of the resource. Defaults to: null.
  • id (String.t): Identifier of the ACL rule. Defaults to: null.
  • kind (String.t): Type of the resource ("calendar#aclRule"). Defaults to: null.
  • role (String.t): The role assigned to the scope. Possible values are: - "none" - Provides no access. - "freeBusyReader" - Provides read access to free/busy information. - "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden. - "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. - "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs. Defaults to: null.
  • scope (AclRuleScope): 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.Calendar.V3.Model.AclRule{
  etag: any(),
  id: any(),
  kind: any(),
  role: any(),
  scope: GoogleApi.Calendar.V3.Model.AclRuleScope.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.