Struct google_games1::Leaderboard [] [src]

pub struct Leaderboard {
    pub icon_url: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub id: Option<String>,
    pub is_icon_url_default: Option<bool>,
    pub order: Option<String>,
}

This is a JSON template for the Leaderboard 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

The icon for the leaderboard.

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

The name of the leaderboard.

The leaderboard ID.

Indicates whether the icon image being returned is a default image, or is game-provided.

How scores are ordered. Possible values are:
- "LARGER_IS_BETTER" - Larger values are better; scores are sorted in descending order. - "SMALLER_IS_BETTER" - Smaller values are better; scores are sorted in ascending order.

Trait Implementations

impl Debug for Leaderboard
[src]

Formats the value using the given formatter.

impl Clone for Leaderboard
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Leaderboard
[src]

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

impl Resource for Leaderboard
[src]

impl ResponseResult for Leaderboard
[src]