Struct google_calendar3::AclRuleScope [] [src]

pub struct AclRuleScope {
    pub type_: Option<String>,
    pub value: Option<String>,
}

The scope of the rule.

This type is not used in any activity, and only used as part of another schema.

Fields

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.

The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".

Trait Implementations

impl Debug for AclRuleScope
[src]

Formats the value using the given formatter.

impl Clone for AclRuleScope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AclRuleScope
[src]

Returns the "default value" for a type. Read more

impl NestedType for AclRuleScope
[src]

impl Part for AclRuleScope
[src]