Struct google_games1::PushTokenId[][src]

pub struct PushTokenId {
    pub kind: Option<String>,
    pub ios: Option<PushTokenIdIos>,
}

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

A push token ID for iOS devices.

Trait Implementations

impl Default for PushTokenId
[src]

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

impl Clone for PushTokenId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PushTokenId
[src]

Formats the value using the given formatter. Read more

impl RequestValue for PushTokenId
[src]

Auto Trait Implementations

impl Send for PushTokenId

impl Sync for PushTokenId