Struct google_games1::RoomModification[][src]

pub struct RoomModification {
    pub kind: Option<String>,
    pub modified_timestamp_millis: Option<String>,
    pub participant_id: Option<String>,
}

This is a JSON template for room modification metadata.

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

The timestamp at which they modified the room, in milliseconds since the epoch in UTC.

The ID of the participant that modified the room.

Trait Implementations

impl Default for RoomModification
[src]

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

impl Clone for RoomModification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RoomModification
[src]

Formats the value using the given formatter. Read more

impl Part for RoomModification
[src]

Auto Trait Implementations