GoogleApi.GameServices.V1.Model.RealmSelector (google_api_game_services v0.8.1) View Source

The realm selector, used to match realm resources.

Attributes

  • realms (type: list(String.t), default: nil) - List of realms to match.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.GameServices.V1.Model.RealmSelector{
  realms: [String.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.