View Source GoogleApi.Games.V1.Model.EventPeriodUpdate (google_api_games v0.26.1)
An event period update resource.
Attributes
-
kind(type:String.t, default:nil) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.EventPeriodUpdate{ kind: String.t() | nil, timePeriod: GoogleApi.Games.V1.Model.EventPeriodRange.t() | nil, updates: [GoogleApi.Games.V1.Model.EventUpdateRequest.t()] | nil }