Show / Hide Table of Contents

Class EventUpdateRequest

This is a JSON template for an event period update resource.

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

Properties

DefinitionId

The ID of the event being modified in this update.

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

Kind

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

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

UpdateCount

The number of times this event occurred in this time period.

Declaration
public virtual Nullable<long> UpdateCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
Back to top