Class: Google::Apis::NotebooksV1::StartRuntimeRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::StartRuntimeRequest
- 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 starting a Managed Notebook Runtime.
Instance Attribute Summary collapse
-
#request_id ⇒ String
Idempotent request UUID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StartRuntimeRequest
constructor
A new instance of StartRuntimeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StartRuntimeRequest
Returns a new instance of StartRuntimeRequest.
2543 2544 2545 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2543 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
Idempotent request UUID.
Corresponds to the JSON property requestId
2541 2542 2543 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2541 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2548 2549 2550 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2548 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |