Class: Google::Apis::NotebooksV1::StopInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::NotebooksV1::StopInstanceRequest
- 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 more...
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.
2940 2941 2942 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2940 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2945 2946 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2945 def update!(**args) end |