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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.