Class: Google::Apis::RunV1::StartInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::RunV1::StartInstanceRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/run_v1/classes.rb,
lib/google/apis/run_v1/representations.rb,
lib/google/apis/run_v1/representations.rb
Overview
Request message for starting a stopped Instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StartInstanceRequest
constructor
A new instance of StartInstanceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StartInstanceRequest
Returns a new instance of StartInstanceRequest.
5875 5876 5877 |
# File 'lib/google/apis/run_v1/classes.rb', line 5875 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5880 5881 |
# File 'lib/google/apis/run_v1/classes.rb', line 5880 def update!(**args) end |