Class EventPeriodUpdate
An event period update resource.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class EventPeriodUpdate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#eventPeriodUpdate
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
TimePeriod
The time period being covered by this update.
Declaration
[JsonProperty("timePeriod")]
public virtual EventPeriodRange TimePeriod { get; set; }
Property Value
Type | Description |
---|---|
EventPeriodRange |
Updates
The updates being made for this time period.
Declaration
[JsonProperty("updates")]
public virtual IList<EventUpdateRequest> Updates { get; set; }
Property Value
Type | Description |
---|---|
IList<EventUpdateRequest> |