google_api_games v0.12.0 GoogleApi.Games.V1.Model.EventPeriodUpdate View Source
This is a JSON template for an event period update resource.
Attributes
kind(type:String.t, default:games#eventPeriodUpdate) - 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.