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 reseting a Managed Notebook Runtime.
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.
1638 1639 1640 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1638 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1643 1644 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1643 def update!(**args) end |