Struct google_coordinate1::TokenPagination [] [src]

pub struct TokenPagination {
    pub next_page_token: Option<String>,
    pub previous_page_token: Option<String>,
    pub kind: Option<String>,
}

Pagination information.

This type is not used in any activity, and only used as part of another schema.

Fields

A token to provide to get the next page of results.

A token to provide to get the previous page of results.

Identifies this object as pagination information.

Trait Implementations

impl Default for TokenPagination
[src]

[src]

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

impl Clone for TokenPagination
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TokenPagination
[src]

[src]

Formats the value using the given formatter.

impl Part for TokenPagination
[src]