Struct google_games1::EventPeriodRange[][src]

pub struct EventPeriodRange {
    pub kind: Option<String>,
    pub period_start_millis: Option<String>,
    pub period_end_millis: Option<String>,
}

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

This type is not used in any activity, and only used as part of another schema.

Fields

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

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

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

Trait Implementations

impl Default for EventPeriodRange
[src]

Returns the "default value" for a type. Read more

impl Clone for EventPeriodRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventPeriodRange
[src]

Formats the value using the given formatter. Read more

impl Part for EventPeriodRange
[src]

Auto Trait Implementations