Struct google_gamesconfiguration1_configuration::AchievementConfigurationDetail[][src]

pub struct AchievementConfigurationDetail {
    pub icon_url: Option<String>,
    pub kind: Option<String>,
    pub name: Option<LocalizedStringBundle>,
    pub point_value: Option<i32>,
    pub sort_rank: Option<i32>,
    pub description: Option<LocalizedStringBundle>,
}

This is a JSON template for an achievement configuration detail.

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

Fields

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

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

Localized strings for the achievement name.

Point value for the achievement.

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

Localized strings for the achievement description.

Trait Implementations

impl Default for AchievementConfigurationDetail
[src]

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

impl Clone for AchievementConfigurationDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AchievementConfigurationDetail
[src]

Formats the value using the given formatter. Read more

impl Part for AchievementConfigurationDetail
[src]

Auto Trait Implementations