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.
2530 2531 2532 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2530 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
Idempotent request UUID.
Corresponds to the JSON property requestId
2528 2529 2530 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2528 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2535 2536 2537 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2535 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |