Show / Hide Table of Contents

Class EventDefinitionListResponse

This is a JSON template for a ListDefinitions response.

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

Properties

ETag

The ETag of the item.

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

Items

The event definitions.

Declaration
public virtual IList<EventDefinition> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<EventDefinition>

Kind

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

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

NextPageToken

The pagination token for the next page of results.

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

Implements

IDirectResponseSchema
Back to top