Show / Hide Table of Contents

Class EventPeriodRange

This is a JSON template for an event period time range.

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

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

PeriodEndMillis

The time when this update period ends, in millis, since 1970 UTC (Unix Epoch).

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

PeriodStartMillis

The time when this update period begins, in millis, since 1970 UTC (Unix Epoch).

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

Implements

IDirectResponseSchema
Back to top