google_api_games v0.15.0 GoogleApi.Games.V1.Model.Instance View Source

The Instance resource.

Attributes

  • acquisitionUri (type: String.t, default: nil) - URI which shows where a user can acquire this instance.
  • androidInstance (type: GoogleApi.Games.V1.Model.InstanceAndroidDetails.t, default: nil) - Platform dependent details for Android.
  • iosInstance (type: GoogleApi.Games.V1.Model.InstanceIosDetails.t, default: nil) - Platform dependent details for iOS.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#instance.
  • name (type: String.t, default: nil) - Localized display name.
  • platformType (type: String.t, default: nil) - The platform type.
  • realtimePlay (type: boolean(), default: nil) - Flag to show if this game instance supports realtime play.
  • turnBasedPlay (type: boolean(), default: nil) - Flag to show if this game instance supports turn based play.
  • webInstance (type: GoogleApi.Games.V1.Model.InstanceWebDetails.t, default: nil) - Platform dependent details for Web.

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.Instance{
  acquisitionUri: String.t(),
  androidInstance: GoogleApi.Games.V1.Model.InstanceAndroidDetails.t(),
  iosInstance: GoogleApi.Games.V1.Model.InstanceIosDetails.t(),
  kind: String.t(),
  name: String.t(),
  platformType: String.t(),
  realtimePlay: boolean(),
  turnBasedPlay: boolean(),
  webInstance: GoogleApi.Games.V1.Model.InstanceWebDetails.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.