Class: TencentCloud::Ess::V20201111::CancelFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::CancelFlowResponse
- Defined in:
- lib/v20201111/models.rb
Overview
CancelFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CancelFlowResponse
constructor
A new instance of CancelFlowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CancelFlowResponse
Returns a new instance of CancelFlowResponse.
1130 1131 1132 |
# File 'lib/v20201111/models.rb', line 1130 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1128 1129 1130 |
# File 'lib/v20201111/models.rb', line 1128 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1134 1135 1136 |
# File 'lib/v20201111/models.rb', line 1134 def deserialize(params) @RequestId = params['RequestId'] end |