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 more...
Overview
Request for resetting a Managed Notebook Runtime.
Instance Attribute Summary collapse
-
#request_id ⇒ String
Idempotent request UUID.
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.
2187 2188 2189 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2187 def initialize(**args) update!(**args) end |
Instance Attribute Details
#request_id ⇒ String
Idempotent request UUID.
Corresponds to the JSON property requestId
2185 2186 2187 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2185 def request_id @request_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2192 2193 2194 |
# File 'lib/google/apis/notebooks_v1/classes.rb', line 2192 def update!(**args) @request_id = args[:request_id] if args.key?(:request_id) end |