View Source GoogleApi.Notebooks.V2.Model.RestoreInstanceRequest (google_api_notebooks v0.15.0)
Request for restoring the notebook instance from a BackupSource.
Attributes
-
snapshot
(type:GoogleApi.Notebooks.V2.Model.Snapshot.t
, default:nil
) - Snapshot to be used for restore.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Notebooks.V2.Model.RestoreInstanceRequest{ snapshot: GoogleApi.Notebooks.V2.Model.Snapshot.t() | nil }