View Source GoogleApi.Calendar.V3.Model.AclRuleScope (google_api_calendar v0.23.1)

The extent to which calendar access is granted by this ACL rule.

Attributes

  • type (type: String.t, default: nil) - The type of the scope. Possible values are:
    • "default" - The public scope. This is the default value.
    • "user" - Limits the scope to a single user.
    • "group" - Limits the scope to a group.
    • "domain" - Limits the scope to a domain. Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
  • value (type: String.t, default: nil) - The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.AclRuleScope{
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.