Class: Google::Apis::NotebooksV1::StopRuntimeRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::StopRuntimeRequest
- 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 more...
Overview
Request for stopping a Managed Notebook Runtime.
Instance Attribute Summary collapse
-
#request_id ⇒ String
Idempotent request UUID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StopRuntimeRequest
constructor
A new instance of StopRuntimeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StopRuntimeRequest
Returns a new instance of StopRuntimeRequest.
2958 2959 2960 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2958 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
Idempotent request UUID.
Corresponds to the JSON property requestId
2956 2957 2958 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2956 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2963 2964 2965 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2963 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |