GoogleApi.Games.V1.Model.InstanceWebDetails (google_api_games v0.26.2)

View Source

The Web details resource.

Attributes

  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#instanceWebDetails.
  • launchUrl (type: String.t, default: nil) - Launch URL for the game.
  • preferred (type: boolean(), default: nil) - Indicates that this instance is the default for new installations.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Games.V1.Model.InstanceWebDetails{
  kind: String.t() | nil,
  launchUrl: String.t() | nil,
  preferred: boolean() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.