Struct google_games1::AggregateStats [] [src]

pub struct AggregateStats {
    pub count: Option<String>,
    pub max: Option<String>,
    pub kind: Option<String>,
    pub sum: Option<String>,
    pub min: Option<String>,
}

This is a JSON template for aggregate stats.

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

Fields

The number of messages sent between a pair of peers.

The maximum amount.

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

The total number of bytes sent for messages between a pair of peers.

The minimum amount.

Trait Implementations

impl Debug for AggregateStats
[src]

Formats the value using the given formatter.

impl Clone for AggregateStats
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AggregateStats
[src]

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

impl Part for AggregateStats
[src]