Struct google_plus1::Acl [] [src]

pub struct Acl {
    pub items: Option<Vec<PlusAclentryResource>>,
    pub kind: Option<String>,
    pub description: Option<String>,
}

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.

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.

impl Part for Acl
[src]