Class: TencentCloud::Mps::V20190612::DeleteWorkflowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DeleteWorkflowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
DeleteWorkflow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteWorkflowResponse
constructor
A new instance of DeleteWorkflowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteWorkflowResponse
Returns a new instance of DeleteWorkflowResponse.
11506 11507 11508 |
# File 'lib/v20190612/models.rb', line 11506 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11504 11505 11506 |
# File 'lib/v20190612/models.rb', line 11504 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11510 11511 11512 |
# File 'lib/v20190612/models.rb', line 11510 def deserialize(params) @RequestId = params['RequestId'] end |