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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.