Show / Hide Table of Contents

Class InstanceIosDetails

The iOS details resource.

Inheritance
object
InstanceIosDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class InstanceIosDetails : IDirectResponseSchema

Properties

BundleIdentifier

Bundle identifier.

Declaration
[JsonProperty("bundleIdentifier")]
public virtual string BundleIdentifier { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

ItunesAppId

iTunes App ID.

Declaration
[JsonProperty("itunesAppId")]
public virtual string ItunesAppId { get; set; }
Property Value
Type Description
string

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

PreferredForIpad

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

Declaration
[JsonProperty("preferredForIpad")]
public virtual bool? PreferredForIpad { get; set; }
Property Value
Type Description
bool?

PreferredForIphone

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

Declaration
[JsonProperty("preferredForIphone")]
public virtual bool? PreferredForIphone { get; set; }
Property Value
Type Description
bool?

SupportIpad

Flag to indicate if this instance supports iPad.

Declaration
[JsonProperty("supportIpad")]
public virtual bool? SupportIpad { get; set; }
Property Value
Type Description
bool?

SupportIphone

Flag to indicate if this instance supports iPhone.

Declaration
[JsonProperty("supportIphone")]
public virtual bool? SupportIphone { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX