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 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.
1825 1826 1827 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1825 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1830 1831 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 1830 def update!(**args) end |