GoogleApi.Notebooks.V1.Model.RollbackInstanceRequest (google_api_notebooks v0.16.0)

View Source

Request for rollbacking a notebook instance

Attributes

  • targetSnapshot (type: String.t, default: nil) - Required. The snapshot for rollback. Example: projects/test-project/global/snapshots/krwlzipynril.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Notebooks.V1.Model.RollbackInstanceRequest{
  targetSnapshot: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.