GoogleApi.Games.V1.Model.SnapshotImage (google_api_games v0.21.0) View Source

An image of a snapshot.

Attributes

  • height (type: integer(), default: nil) - The height of the image.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#snapshotImage.
  • mime_type (type: String.t, default: nil) - The MIME type of the image.
  • url (type: String.t, default: nil) - The URL of the image. This URL may be invalidated at any time and should not be cached.
  • width (type: integer(), default: nil) - The width of the image.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Games.V1.Model.SnapshotImage{
  height: integer(),
  kind: String.t(),
  mime_type: String.t(),
  url: String.t(),
  width: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.