Struct google_plusdomains1::PlusDomainsAclentryResource[][src]

pub struct PlusDomainsAclentryResource {
    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 PlusDomainsAclentryResource
[src]

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

impl Clone for PlusDomainsAclentryResource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlusDomainsAclentryResource
[src]

Formats the value using the given formatter. Read more

impl Part for PlusDomainsAclentryResource
[src]

Auto Trait Implementations