Class: Google::Apis::NotebooksV1::StopRuntimeRequest

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 stopping a Managed Notebook Runtime.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StopRuntimeRequest

Returns a new instance of StopRuntimeRequest.



2957
2958
2959
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2957

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

Instance Attribute Details

#request_idString

Idempotent request UUID. Corresponds to the JSON property requestId

Returns:

  • (String)


2955
2956
2957
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2955

def request_id
  @request_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2962
2963
2964
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2962

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