google_api_calendar v0.13.0 GoogleApi.Calendar.V3.Model.AclRule View Source
Attributes
etag(type:String.t, default:nil) - ETag of the resource.id(type:String.t, default:nil) - Identifier of the ACL rule.kind(type:String.t, default:calendar#aclRule) - Type of the resource ("calendar#aclRule").role(type:String.t, default:nil) - 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.
scope(type:GoogleApi.Calendar.V3.Model.AclRuleScope.t, default:nil) - The scope of the rule.
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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.