GoogleApi.Games.V1.Model.InstanceIosDetails (google_api_games v0.26.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.