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

This is a JSON template for the Instance resource.

Attributes

  • acquisitionUri (String): URI which shows where a user can acquire this instance. Defaults to: null.
  • androidInstance (InstanceAndroidDetails): Platform dependent details for Android. Defaults to: null.
  • iosInstance (InstanceIosDetails): Platform dependent details for iOS. Defaults to: null.
  • kind (String): Uniquely identifies the type of this resource. Value is always the fixed string games#instance. Defaults to: null.
  • name (String): Localized display name. Defaults to: null.
  • platformType (String): The platform type. Possible values are: - "ANDROID" - Instance is for Android. - "IOS" - Instance is for iOS - "WEB_APP" - Instance is for Web App. Defaults to: null.
  • realtimePlay (Boolean): Flag to show if this game instance supports realtime play. Defaults to: null.
  • turnBasedPlay (Boolean): Flag to show if this game instance supports turn based play. Defaults to: null.
  • webInstance (InstanceWebDetails): Platform dependent details for Web. Defaults to: null.