google_api_games v0.3.0 GoogleApi.Games.V1.Model.ScoreSubmission View Source

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

Attributes

  • kind (String.t): Uniquely identifies the type of this resource. Value is always the fixed string games#scoreSubmission. Defaults to: null.
  • leaderboardId (String.t): The leaderboard this score is being submitted to. Defaults to: null.
  • score (String.t): The new score being submitted. Defaults to: null.
  • scoreTag (String.t): Additional information about this score. Values will contain no more than 64 URI-safe characters as defined by section 2.3 of RFC 3986. Defaults to: null.
  • signature (String.t): Signature Values will contain URI-safe characters as defined by section 2.3 of RFC 3986. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Games.V1.Model.ScoreSubmission{
  kind: any(),
  leaderboardId: any(),
  score: any(),
  scoreTag: any(),
  signature: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.