GoogleApi.Games.V1.Model.SnapshotRevision (google_api_games v0.21.1) View Source
A Snapshot revision resource. Snapshot revisions are immutable.
Attributes
-
blob(type:GoogleApi.Games.V1.Model.SnapshotDataResource.t, default:nil) - Reference to the game provided blob for this revision. -
coverImage(type:GoogleApi.Games.V1.Model.SnapshotCoverImageResource.t, default:nil) - Reference to the cover image for this revision. -
id(type:String.t, default:nil) - Output only. A server generated identifier of the snapshot revision. -
metadata(type:GoogleApi.Games.V1.Model.SnapshotMetadata.t, default:nil) - Metadata for this snapshot revision.
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.SnapshotRevision{
blob: GoogleApi.Games.V1.Model.SnapshotDataResource.t(),
coverImage: GoogleApi.Games.V1.Model.SnapshotCoverImageResource.t(),
id: String.t(),
metadata: GoogleApi.Games.V1.Model.SnapshotMetadata.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.