Struct google_gamesconfiguration1_configuration::LeaderboardConfigurationDetail[][src]

pub struct LeaderboardConfigurationDetail {
    pub score_format: Option<GamesNumberFormatConfiguration>,
    pub icon_url: Option<String>,
    pub kind: Option<String>,
    pub name: Option<LocalizedStringBundle>,
    pub sort_rank: Option<i32>,
}

This is a JSON template for a leaderboard configuration detail.

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

Fields

The score formatting for the leaderboard.

The icon url of this leaderboard. Writes to this field are ignored.

Uniquely identifies the type of this resource. Value is always the fixed string gamesConfiguration#leaderboardConfigurationDetail.

Localized strings for the leaderboard name.

The sort rank of this leaderboard. Writes to this field are ignored.

Trait Implementations

impl Default for LeaderboardConfigurationDetail
[src]

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

impl Clone for LeaderboardConfigurationDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LeaderboardConfigurationDetail
[src]

Formats the value using the given formatter. Read more

impl Part for LeaderboardConfigurationDetail
[src]

Auto Trait Implementations