Struct google_plusdomains1::CircleFeed [] [src]

pub struct CircleFeed {
    pub next_page_token: Option<String>,
    pub kind: Option<String>,
    pub title: Option<String>,
    pub items: Option<Vec<Circle>>,
    pub next_link: Option<String>,
    pub etag: Option<String>,
    pub total_items: Option<i32>,
    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 circles. Value: "plus#circleFeed".

The title of this list of resources.

The circles in this page of results.

Link to the next page of circles.

ETag of this response for caching purposes.

The total number of circles. The number of circles in this response may be smaller due to paging.

Link to this page of circles.

Trait Implementations

impl Default for CircleFeed
[src]

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

impl Clone for CircleFeed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CircleFeed
[src]

Formats the value using the given formatter.

impl ResponseResult for CircleFeed
[src]