Struct google_plusdomains1::PeopleFeed[][src]

pub struct PeopleFeed {
    pub next_page_token: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub title: Option<String>,
    pub total_items: Option<i32>,
    pub items: Option<Vec<Person>>,
    pub self_link: 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 continuation token, which is used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

Identifies this resource as a collection of people. Value: "plus#peopleFeed".

ETag of this response for caching purposes.

The title of this collection of people.

The total number of people available in this list. The number of people in a response might be smaller due to paging. This might not be set for all collections.

The people in this page of results. Each item includes the id, displayName, image, and url for the person. To retrieve additional profile data, see the people.get method.

Link to this resource.

Trait Implementations

impl Default for PeopleFeed
[src]

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

impl Clone for PeopleFeed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PeopleFeed
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for PeopleFeed
[src]

Auto Trait Implementations

impl Send for PeopleFeed

impl Sync for PeopleFeed