google_api_games v0.15.0 GoogleApi.Games.V1.Model.EventPeriodUpdate View Source

An event period update resource.

Attributes

  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#eventPeriodUpdate.
  • timePeriod (type: GoogleApi.Games.V1.Model.EventPeriodRange.t, default: nil) - The time period being covered by this update.
  • updates (type: list(GoogleApi.Games.V1.Model.EventUpdateRequest.t), default: nil) - The updates being made for this time period.

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.EventPeriodUpdate{
  kind: String.t(),
  timePeriod: GoogleApi.Games.V1.Model.EventPeriodRange.t(),
  updates: [GoogleApi.Games.V1.Model.EventUpdateRequest.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.