Struct google_games1::MetagameConfig[][src]

pub struct MetagameConfig {
    pub kind: Option<String>,
    pub current_version: Option<i32>,
    pub player_levels: Option<Vec<PlayerLevel>>,
}

This is a JSON template for the metagame config resource

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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

Current version of the metagame configuration data. When this data is updated, the version number will be increased by one.

The list of player levels.

Trait Implementations

impl Default for MetagameConfig
[src]

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

impl Clone for MetagameConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MetagameConfig
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for MetagameConfig
[src]

Auto Trait Implementations