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

View Source

The Android instance details resource.

Attributes

  • enablePiracyCheck (type: boolean(), default: nil) - Flag indicating whether the anti-piracy check is enabled.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#instanceAndroidDetails.
  • packageName (type: String.t, default: nil) - Android package name which maps to Google Play URL.
  • preferred (type: boolean(), default: nil) - Indicates that this instance is the default for new installations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Games.V1.Model.InstanceAndroidDetails{
  enablePiracyCheck: boolean() | nil,
  kind: String.t() | nil,
  packageName: String.t() | nil,
  preferred: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.