GoogleApi.Notebooks.V2.Model.Snapshot (google_api_notebooks v0.16.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.