Struct google_games1::TurnBasedMatchSync [] [src]

pub struct TurnBasedMatchSync {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<TurnBasedMatch>>,
    pub kind: Option<String>,
    pub more_available: Option<bool>,
}

This is a JSON template for a list of turn-based matches returned from a sync.

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 pagination token for the next page of results.

The matches.

Uniquely identifies the type of this resource. Value is always the fixed string games#turnBasedMatchSync.

True if there were more matches available to fetch at the time the response was generated (which were not returned due to page size limits.)

Trait Implementations

impl Debug for TurnBasedMatchSync
[src]

Formats the value using the given formatter.

impl Clone for TurnBasedMatchSync
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TurnBasedMatchSync
[src]

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

impl ResponseResult for TurnBasedMatchSync
[src]