Show / Hide Table of Contents

Class EventPeriodUpdate

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

Inheritance
System.Object
EventPeriodUpdate
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class EventPeriodUpdate : 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#eventPeriodUpdate.

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

TimePeriod

The time period being covered by this update.

Declaration
public virtual EventPeriodRange TimePeriod { get; set; }
Property Value
Type Description
EventPeriodRange

Updates

The updates being made for this time period.

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

Implements

IDirectResponseSchema
Back to top