Show / Hide Table of Contents

Class InstanceIosDetails

This is a JSON template for the iOS details resource.

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

Properties

BundleIdentifier

Bundle identifier.

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

ETag

The ETag of the item.

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

ItunesAppId

iTunes App ID.

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

Kind

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

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

PreferredForIpad

Indicates that this instance is the default for new installations on iPad devices.

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

PreferredForIphone

Indicates that this instance is the default for new installations on iPhone devices.

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

SupportIpad

Flag to indicate if this instance supports iPad.

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

SupportIphone

Flag to indicate if this instance supports iPhone.

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

Implements

IDirectResponseSchema
Back to top