google_api_calendar v0.5.0 GoogleApi.Calendar.V3.Model.AclRule View Source
Attributes
- etag (String.t): ETag of the resource. Defaults to
nil
. - id (String.t): Identifier of the ACL rule. Defaults to
nil
. - kind (String.t): Type of the resource ("calendar#aclRule"). Defaults to
calendar#aclRule
. - 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
nil
. - scope (GoogleApi.Calendar.V3.Model.AclRuleScope.t): The scope of the rule. Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.Calendar.V3.Model.AclRule{
etag: String.t(),
id: String.t(),
kind: String.t(),
role: String.t(),
scope: GoogleApi.Calendar.V3.Model.AclRuleScope.t()
}
t() :: %GoogleApi.Calendar.V3.Model.AclRule{ etag: String.t(), id: String.t(), kind: String.t(), role: String.t(), scope: GoogleApi.Calendar.V3.Model.AclRuleScope.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.