Struct google_games1::PushTokenIdIos[][src]

pub struct PushTokenIdIos {
    pub apns_device_token: Option<String>,
    pub apns_environment: Option<String>,
}

A push token ID for iOS devices.

This type is not used in any activity, and only used as part of another schema.

Fields

Device token supplied by an iOS system call to register for remote notifications. Encode this field as web-safe base64.

Indicates whether this token should be used for the production or sandbox APNS server.

Trait Implementations

impl Default for PushTokenIdIos
[src]

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

impl Clone for PushTokenIdIos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PushTokenIdIos
[src]

Formats the value using the given formatter. Read more

impl NestedType for PushTokenIdIos
[src]

impl Part for PushTokenIdIos
[src]

Auto Trait Implementations