Show / Hide Table of Contents

Class EventPeriodUpdate

An event period update resource.

Inheritance
object
EventPeriodUpdate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX