Class: Google::Apis::NotebooksV1::StopInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::StopInstanceRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/notebooks_v1/classes.rb,
generated/google/apis/notebooks_v1/representations.rb,
generated/google/apis/notebooks_v1/representations.rb
Overview
Request for stopping a notebook instance
Instance Method Summary collapse
-
#initialize(**args) ⇒ StopInstanceRequest
constructor
A new instance of StopInstanceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StopInstanceRequest
Returns a new instance of StopInstanceRequest.
1283 1284 1285 |
# File 'generated/google/apis/notebooks_v1/classes.rb', line 1283 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1288 1289 |
# File 'generated/google/apis/notebooks_v1/classes.rb', line 1288 def update!(**args) end |