Struct google_games1::ScoreSubmission [] [src]

pub struct ScoreSubmission {
    pub kind: Option<String>,
    pub leaderboard_id: Option<String>,
    pub score: Option<String>,
    pub score_tag: Option<String>,
    pub signature: Option<String>,
}

This is a JSON template for a request to submit a score to leaderboards.

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

Fields

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

The leaderboard this score is being submitted to.

The new score being submitted.

Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986.

Signature Values will contain URI-safe characters as defined by section 2.3 of RFC 3986.

Trait Implementations

impl Debug for ScoreSubmission
[src]

Formats the value using the given formatter.

impl Clone for ScoreSubmission
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ScoreSubmission
[src]

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

impl Part for ScoreSubmission
[src]