Show / Hide Table of Contents

Class Instance

This is a JSON template for the Instance resource.

Inheritance
System.Object
Instance
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class Instance : object, IDirectResponseSchema

Properties

AcquisitionUri

URI which shows where a user can acquire this instance.

Declaration
public virtual string AcquisitionUri { get; set; }
Property Value
Type Description
System.String

AndroidInstance

Platform dependent details for Android.

Declaration
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
System.String

IosInstance

Platform dependent details for iOS.

Declaration
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
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Name

Localized display name.

Declaration
public virtual string Name { get; set; }
Property Value
Type Description
System.String

PlatformType

The platform type. Possible values are: - "ANDROID" - Instance is for Android. - "IOS" - Instance is for iOS - "WEB_APP" - Instance is for Web App.

Declaration
public virtual string PlatformType { get; set; }
Property Value
Type Description
System.String

RealtimePlay

Flag to show if this game instance supports realtime play.

Declaration
public virtual Nullable<bool> RealtimePlay { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

TurnBasedPlay

Flag to show if this game instance supports turn based play.

Declaration
public virtual Nullable<bool> TurnBasedPlay { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

WebInstance

Platform dependent details for Web.

Declaration
public virtual InstanceWebDetails WebInstance { get; set; }
Property Value
Type Description
InstanceWebDetails

Implements

IDirectResponseSchema
Back to top