Show / Hide Table of Contents

Class InstanceAndroidDetails

This is a JSON template for the Android instance details resource.

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

Properties

EnablePiracyCheck

Flag indicating whether the anti-piracy check is enabled.

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

ETag

The ETag of the item.

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

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#instanceAndroidDetails.

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

PackageName

Android package name which maps to Google Play URL.

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

Preferred

Indicates that this instance is the default for new installations.

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

Implements

IDirectResponseSchema
Back to top