Class: TencentCloud::Keewidb::V20220308::StartUpInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Keewidb::V20220308::StartUpInstanceResponse
- Defined in:
- lib/v20220308/models.rb
Overview
StartUpInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartUpInstanceResponse
constructor
A new instance of StartUpInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartUpInstanceResponse
Returns a new instance of StartUpInstanceResponse.
3119 3120 3121 |
# File 'lib/v20220308/models.rb', line 3119 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3117 3118 3119 |
# File 'lib/v20220308/models.rb', line 3117 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3123 3124 3125 |
# File 'lib/v20220308/models.rb', line 3123 def deserialize(params) @RequestId = params['RequestId'] end |