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 more...
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.
2887 2888 2889 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2887 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
Idempotent request UUID.
Corresponds to the JSON property requestId
2885 2886 2887 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2885 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2892 2893 2894 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2892 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |