GoogleApi.Games.V1.Model.Category (google_api_games v0.21.1) View Source

Data related to individual game categories.

Attributes

  • category (type: String.t, default: nil) - The category name.
  • experiencePoints (type: String.t, default: nil) - Experience points earned in this category.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#category.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Games.V1.Model.Category{
  category: String.t(),
  experiencePoints: String.t(),
  kind: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.