View Source GoogleApi.Games.V1.Model.ApplicationCategory (google_api_games v0.25.0)

An application category object.

Attributes

  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#applicationCategory.
  • primary (type: String.t, default: nil) - The primary category.
  • secondary (type: String.t, default: nil) - The secondary category.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Games.V1.Model.ApplicationCategory{
  kind: String.t() | nil,
  primary: String.t() | nil,
  secondary: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.