View Source GoogleApi.Notebooks.V2.Model.Snapshot (google_api_notebooks v0.14.0)

Snapshot represents the snapshot of the data disk used to restore the Workbench Instance from. Refers to: compute/v1/projects/{project_id}/global/snapshots/{snapshot_id}

Attributes

  • projectId (type: String.t, default: nil) - Required. The project ID of the snapshot.
  • snapshotId (type: String.t, default: nil) - Required. The ID of the snapshot.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V2.Model.Snapshot{
  projectId: String.t() | nil,
  snapshotId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.