Struct google_appstate1::GetResponse[][src]

pub struct GetResponse {
    pub data: Option<String>,
    pub kind: Option<String>,
    pub state_key: Option<i32>,
    pub current_state_version: Option<String>,
}

This is a JSON template for an app state resource.

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 requested data.

Uniquely identifies the type of this resource. Value is always the fixed string appstate#getResponse.

The key for the data.

The current app state version.

Trait Implementations

impl Default for GetResponse
[src]

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

impl Clone for GetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for GetResponse
[src]

Auto Trait Implementations

impl Send for GetResponse

impl Sync for GetResponse