Class: Google::Apis::NotebooksV2::ResetInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV2::ResetInstanceRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/notebooks_v2/classes.rb,
lib/google/apis/notebooks_v2/representations.rb,
lib/google/apis/notebooks_v2/representations.rb
Overview
Request for resetting a notebook instance
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResetInstanceRequest
constructor
A new instance of ResetInstanceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResetInstanceRequest
Returns a new instance of ResetInstanceRequest.
1298 1299 1300 |
# File 'lib/google/apis/notebooks_v2/classes.rb', line 1298 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1303 1304 |
# File 'lib/google/apis/notebooks_v2/classes.rb', line 1303 def update!(**args) end |