class Google::Apis::NotebooksV1::RollbackInstanceRequest

Request for rollbacking a notebook instance

Attributes

target_snapshot[RW]

Required. The snapshot for rollback. Example: “projects/test-project/global/ snapshots/krwlzipynril”. Corresponds to the JSON property `targetSnapshot` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/notebooks_v1/classes.rb, line 1811
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/notebooks_v1/classes.rb, line 1816
def update!(**args)
  @target_snapshot = args[:target_snapshot] if args.key?(:target_snapshot)
end