Class: TencentCloud::Cynosdb::V20190107::ModifyInstanceParamResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::ModifyInstanceParamResponse
- Defined in:
- lib/v20190107/models.rb
Overview
ModifyInstanceParam返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ ModifyInstanceParamResponse
constructor
A new instance of ModifyInstanceParamResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ ModifyInstanceParamResponse
Returns a new instance of ModifyInstanceParamResponse.
10691 10692 10693 10694 |
# File 'lib/v20190107/models.rb', line 10691 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
10689 10690 10691 |
# File 'lib/v20190107/models.rb', line 10689 def FlowId @FlowId end |
#RequestId ⇒ Object
10689 10690 10691 |
# File 'lib/v20190107/models.rb', line 10689 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10696 10697 10698 10699 |
# File 'lib/v20190107/models.rb', line 10696 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |