google_api_games v0.10.0 GoogleApi.Games.V1.Model.PushTokenId View Source
This is a JSON template for a push token ID resource.
Attributes
ios(type:GoogleApi.Games.V1.Model.PushTokenIdIos.t, default:nil) - A push token ID for iOS devices.kind(type:String.t, default:games#pushTokenId) - Uniquely identifies the type of this resource. Value is always the fixed string games#pushTokenId.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Games.V1.Model.PushTokenId{
ios: GoogleApi.Games.V1.Model.PushTokenIdIos.t(),
kind: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.