Show / Hide Table of Contents

Class InstanceWebDetails

This is a JSON template for the Web details resource.

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

Properties

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#instanceWebDetails.

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

LaunchUrl

Launch URL for the game.

Declaration
public virtual string LaunchUrl { 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