View Source GoogleApi.Games.V1.Model.EventDefinition (google_api_games v0.24.0)
An event definition resource.
Attributes
-
childEvents
(type:list(GoogleApi.Games.V1.Model.EventChild.t)
, default:nil
) - A list of events that are a child of this event. -
description
(type:String.t
, default:nil
) - Description of what this event represents. -
displayName
(type:String.t
, default:nil
) - The name to display for the event. -
id
(type:String.t
, default:nil
) - The ID of the event. -
imageUrl
(type:String.t
, default:nil
) - The base URL for the image that represents the event. -
isDefaultImageUrl
(type:boolean()
, default:nil
) - Indicates whether the icon image being returned is a default image, or is game-provided. -
kind
(type:String.t
, default:nil
) - Uniquely identifies the type of this resource. Value is always the fixed stringgames#eventDefinition
. -
visibility
(type:String.t
, default:nil
) - The visibility of event being tracked in this definition.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.EventDefinition{ childEvents: [GoogleApi.Games.V1.Model.EventChild.t()] | nil, description: String.t() | nil, displayName: String.t() | nil, id: String.t() | nil, imageUrl: String.t() | nil, isDefaultImageUrl: boolean() | nil, kind: String.t() | nil, visibility: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.