Struct google_games1::RevisionCheckResponse [] [src]

pub struct RevisionCheckResponse {
    pub kind: Option<String>,
    pub revision_status: Option<String>,
    pub api_version: Option<String>,
}

This is a JSON template for the result of checking a revision.

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

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

The result of the revision check. Possible values are:
- "OK" - The revision being used is current. - "DEPRECATED" - There is currently a newer version available, but the revision being used still works. - "INVALID" - The revision being used is not supported in any released version.

The version of the API this client revision should use when calling API methods.

Trait Implementations

impl Default for RevisionCheckResponse
[src]

[src]

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

impl Clone for RevisionCheckResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RevisionCheckResponse
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for RevisionCheckResponse
[src]