Class: Google::Apis::NotebooksV1::ResetRuntimeRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::ResetRuntimeRequest
- 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 resetting a Managed Notebook Runtime.
Instance Attribute Summary collapse
-
#request_id ⇒ String
Idempotent request UUID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResetRuntimeRequest
constructor
A new instance of ResetRuntimeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResetRuntimeRequest
Returns a new instance of ResetRuntimeRequest.
1904 1905 1906 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1904 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
Idempotent request UUID.
Corresponds to the JSON property requestId
1902 1903 1904 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1902 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1909 1910 1911 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1909 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |