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

An snapshot object.

Attributes

  • coverImage (type: GoogleApi.Games.V1.Model.SnapshotImage.t, default: nil) - The cover image of this snapshot. May be absent if there is no image.
  • description (type: String.t, default: nil) - The description of this snapshot.
  • driveId (type: String.t, default: nil) - The ID of the file underlying this snapshot in the Drive API. Only present if the snapshot is a view on a Drive file and the file is owned by the caller.
  • durationMillis (type: String.t, default: nil) - The duration associated with this snapshot, in millis.
  • id (type: String.t, default: nil) - The ID of the snapshot.
  • kind (type: String.t, default: nil) - Uniquely identifies the type of this resource. Value is always the fixed string games#snapshot.
  • lastModifiedMillis (type: String.t, default: nil) - The timestamp (in millis since Unix epoch) of the last modification to this snapshot.
  • progressValue (type: String.t, default: nil) - The progress value (64-bit integer set by developer) associated with this snapshot.
  • title (type: String.t, default: nil) - The title of this snapshot.
  • type (type: String.t, default: nil) - The type of this snapshot.
  • uniqueName (type: String.t, default: nil) - The unique name provided when the snapshot was created.

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.Snapshot{
  coverImage: GoogleApi.Games.V1.Model.SnapshotImage.t(),
  description: String.t(),
  driveId: String.t(),
  durationMillis: String.t(),
  id: String.t(),
  kind: String.t(),
  lastModifiedMillis: String.t(),
  progressValue: String.t(),
  title: String.t(),
  type: String.t(),
  uniqueName: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.