Class: TencentCloud::Dcdb::V20180411::CancelDcnJobResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::CancelDcnJobResponse
- Defined in:
- lib/v20180411/models.rb
Overview
CancelDcnJob返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CancelDcnJobResponse
constructor
A new instance of CancelDcnJobResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CancelDcnJobResponse
Returns a new instance of CancelDcnJobResponse.
246 247 248 249 |
# File 'lib/v20180411/models.rb', line 246 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
244 245 246 |
# File 'lib/v20180411/models.rb', line 244 def FlowId @FlowId end |
#RequestId ⇒ Object
244 245 246 |
# File 'lib/v20180411/models.rb', line 244 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
251 252 253 254 |
# File 'lib/v20180411/models.rb', line 251 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |