Class Instance
The Instance resource.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class Instance : IDirectResponseSchema
Properties
AcquisitionUri
URI which shows where a user can acquire this instance.
Declaration
[JsonProperty("acquisitionUri")]
public virtual string AcquisitionUri { get; set; }
Property Value
Type | Description |
---|---|
string |
AndroidInstance
Platform dependent details for Android.
Declaration
[JsonProperty("androidInstance")]
public virtual InstanceAndroidDetails AndroidInstance { get; set; }
Property Value
Type | Description |
---|---|
InstanceAndroidDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IosInstance
Platform dependent details for iOS.
Declaration
[JsonProperty("iosInstance")]
public virtual InstanceIosDetails IosInstance { get; set; }
Property Value
Type | Description |
---|---|
InstanceIosDetails |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#instance
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Localized display name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PlatformType
The platform type.
Declaration
[JsonProperty("platformType")]
public virtual string PlatformType { get; set; }
Property Value
Type | Description |
---|---|
string |
RealtimePlay
Flag to show if this game instance supports realtime play.
Declaration
[JsonProperty("realtimePlay")]
public virtual bool? RealtimePlay { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TurnBasedPlay
Flag to show if this game instance supports turn based play.
Declaration
[JsonProperty("turnBasedPlay")]
public virtual bool? TurnBasedPlay { get; set; }
Property Value
Type | Description |
---|---|
bool? |
WebInstance
Platform dependent details for Web.
Declaration
[JsonProperty("webInstance")]
public virtual InstanceWebDetails WebInstance { get; set; }
Property Value
Type | Description |
---|---|
InstanceWebDetails |