google_api_games v0.1.0 GoogleApi.Games.V1.Model.EventDefinition View Source

This is a JSON template for an event definition resource.

Attributes

  • childEvents ([EventChild]): A list of events that are a child of this event. Defaults to: null.
  • description (String.t): Description of what this event represents. Defaults to: null.
  • displayName (String.t): The name to display for the event. Defaults to: null.
  • id (String.t): The ID of the event. Defaults to: null.
  • imageUrl (String.t): The base URL for the image that represents the event. Defaults to: null.
  • isDefaultImageUrl (boolean()): Indicates whether the icon image being returned is a default image, or is game-provided. Defaults to: null.
  • kind (String.t): Uniquely identifies the type of this resource. Value is always the fixed string games#eventDefinition. Defaults to: null.
  • visibility (String.t): The visibility of event being tracked in this definition. Possible values are: - "REVEALED": This event should be visible to all users. - "HIDDEN": This event should only be shown to users that have recorded this event at least once. 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.EventDefinition{
  childEvents: [GoogleApi.Games.V1.Model.EventChild.t()],
  description: any(),
  displayName: any(),
  id: any(),
  imageUrl: any(),
  isDefaultImageUrl: any(),
  kind: any(),
  visibility: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.