google_api_games v0.1.0 GoogleApi.Games.V1.Model.EventPeriodUpdate View Source
This is a JSON template for an event period update resource.
Attributes
- kind (String.t): Uniquely identifies the type of this resource. Value is always the fixed string games#eventPeriodUpdate. Defaults to:
null. - timePeriod (EventPeriodRange): The time period being covered by this update. Defaults to:
null. - updates ([EventUpdateRequest]): The updates being made for this time period. Defaults to:
null.
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 Source
t() :: %GoogleApi.Games.V1.Model.EventPeriodUpdate{
kind: any(),
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.