Struct google_games1::ApplicationVerifyResponse [] [src]

pub struct ApplicationVerifyResponse {
    pub player_id: Option<String>,
    pub kind: Option<String>,
    pub alternate_player_id: Option<String>,
}

This is a JSON template for a third party application verification response 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 ID of the player that was issued the auth token used in this request.

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

An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.)

Trait Implementations

impl Default for ApplicationVerifyResponse
[src]

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

impl Clone for ApplicationVerifyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ApplicationVerifyResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for ApplicationVerifyResponse
[src]