Class: Google::Apis::NotebooksV1::ResetRuntimeRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/notebooks_v1/classes.rb,
lib/google/apis/notebooks_v1/representations.rb,
lib/google/apis/notebooks_v1/representations.rb

Overview

Request for resetting a Managed Notebook Runtime.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ResetRuntimeRequest

Returns a new instance of ResetRuntimeRequest.



2002
2003
2004
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2002

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#request_idString

Idempotent request UUID. Corresponds to the JSON property requestId

Returns:

  • (String)


2000
2001
2002
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2000

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2007
2008
2009
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2007

def update!(**args)
  @request_id = args[:request_id] if args.key?(:request_id)
end