Struct google_plusdomains1::Audience [] [src]

pub struct Audience {
    pub member_count: Option<u32>,
    pub item: Option<PlusDomainsAclentryResource>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub visibility: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The number of people in this circle. This only applies if entity_type is CIRCLE.

The access control list entry.

Identifies this resource as an audience. Value: "plus#audience".

ETag of this response for caching purposes.

The circle members' visibility as chosen by the owner of the circle. This only applies for items with "item.type" equals "circle". Possible values are:
- "public" - Members are visible to the public. - "limited" - Members are visible to a limited audience. - "private" - Members are visible to the owner only.

Trait Implementations

impl Default for Audience
[src]

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

impl Clone for Audience
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Audience
[src]

Formats the value using the given formatter.

impl Resource for Audience
[src]