Struct google_plusdomains1::Acl[][src]

pub struct Acl {
    pub items: Option<Vec<PlusDomainsAclentryResource>>,
    pub kind: Option<String>,
    pub description: Option<String>,
    pub domain_restricted: Option<bool>,
}

There is no detailed description.

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

Fields

The list of access entries.

Identifies this resource as a collection of access controls. Value: "plus#acl".

Description of the access granted, suitable for display.

Whether access is restricted to the domain.

Trait Implementations

impl Default for Acl
[src]

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

impl Clone for Acl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Acl
[src]

Formats the value using the given formatter. Read more

impl Part for Acl
[src]

Auto Trait Implementations

impl Send for Acl

impl Sync for Acl