google_api_games v0.16.0 GoogleApi.Games.V1.Model.InstanceIosDetails View Source

The iOS details resource.

Attributes

  • bundleIdentifier (type: String.t, default: nil) - Bundle identifier.
  • itunesAppId (type: String.t, default: nil) - iTunes App ID.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#instanceIosDetails.
  • preferredForIpad (type: boolean(), default: nil) - Indicates that this instance is the default for new installations on iPad devices.
  • preferredForIphone (type: boolean(), default: nil) - Indicates that this instance is the default for new installations on iPhone devices.
  • supportIpad (type: boolean(), default: nil) - Flag to indicate if this instance supports iPad.
  • supportIphone (type: boolean(), default: nil) - Flag to indicate if this instance supports iPhone.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Games.V1.Model.InstanceIosDetails{
  bundleIdentifier: String.t(),
  itunesAppId: String.t(),
  kind: String.t(),
  preferredForIpad: boolean(),
  preferredForIphone: boolean(),
  supportIpad: boolean(),
  supportIphone: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.