Struct google_adexchangeseller2::Accounts[][src]

pub struct Accounts {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<Account>>,
    pub kind: Option<String>,
    pub etag: 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

Continuation token used to page through accounts. To retrieve the next page of results, set the next request's "pageToken" value to this.

The accounts returned in this list response.

Kind of list this is, in this case adexchangeseller#accounts.

ETag of this response for caching purposes.

Trait Implementations

impl Default for Accounts
[src]

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

impl Clone for Accounts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Accounts
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Accounts
[src]

Auto Trait Implementations

impl Send for Accounts

impl Sync for Accounts