Struct google_games1::EventPeriodUpdate [] [src]

pub struct EventPeriodUpdate {
    pub kind: Option<String>,
    pub time_period: Option<EventPeriodRange>,
    pub updates: Option<Vec<EventUpdateRequest>>,
}

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

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#eventPeriodUpdate.

The time period being covered by this update.

The updates being made for this time period.

Trait Implementations

impl Debug for EventPeriodUpdate
[src]

Formats the value using the given formatter.

impl Clone for EventPeriodUpdate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EventPeriodUpdate
[src]

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

impl Part for EventPeriodUpdate
[src]