Struct google_games1::PushToken [] [src]

pub struct PushToken {
    pub kind: Option<String>,
    pub client_revision: Option<String>,
    pub id: Option<PushTokenId>,
    pub language: Option<String>,
}

This is a JSON template for a push token 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

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

The revision of the client SDK used by your application, in the same format that's used by revisions.check. Used to send backward compatible messages. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are: - IOS - Push token is for iOS

Unique identifier for this push token.

The preferred language for notifications that are sent using this token.

Trait Implementations

impl Debug for PushToken
[src]

Formats the value using the given formatter.

impl Clone for PushToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for PushToken
[src]

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

impl RequestValue for PushToken
[src]

impl Resource for PushToken
[src]