GoogleApi.GameServices.V1.Model.CustomField (google_api_game_services v0.7.0) View Source

Custom fields. These can be used to create a counter with arbitrary field/value pairs. See: go/rpcsp-custom-fields.

Attributes

  • name (type: String.t, default: nil) - Name is the field name.
  • value (type: String.t, default: nil) - Value is the field value. It is important that in contrast to the CounterOptions.field, the value here is a constant that is not derived from the IAMContext.

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.CustomField{
  name: String.t(),
  value: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.