Struct google_plus1::PlusAclentryResource[][src]

pub struct PlusAclentryResource {
    pub display_name: Option<String>,
    pub type_: Option<String>,
    pub id: Option<String>,
}

There is no detailed description.

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

Fields

A descriptive name for this entry. Suitable for display.

The type of entry describing to whom access is granted. Possible values are:

  • "person" - Access to an individual.
  • "circle" - Access to members of a circle.
  • "myCircles" - Access to members of all the person's circles.
  • "extendedCircles" - Access to members of all the person's circles, plus all of the people in their circles.
  • "domain" - Access to members of the person's Google Apps domain.
  • "public" - Access to anyone on the web.

The ID of the entry. For entries of type "person" or "circle", this is the ID of the resource. For other types, this property is not set.

Trait Implementations

impl Default for PlusAclentryResource
[src]

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

impl Clone for PlusAclentryResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlusAclentryResource
[src]

Formats the value using the given formatter. Read more

impl Part for PlusAclentryResource
[src]

Auto Trait Implementations