Struct google_games1::EventUpdateRequest [] [src]

pub struct EventUpdateRequest {
    pub definition_id: Option<String>,
    pub kind: Option<String>,
    pub update_count: Option<i64>,
}

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

The ID of the event being modified in this update.

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

The number of times this event occurred in this time period.

Trait Implementations

impl Debug for EventUpdateRequest
[src]

Formats the value using the given formatter.

impl Clone for EventUpdateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EventUpdateRequest
[src]

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

impl Part for EventUpdateRequest
[src]