Class: TencentCloud::Mps::V20190612::DisableWorkflowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DisableWorkflowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
DisableWorkflow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DisableWorkflowResponse
constructor
A new instance of DisableWorkflowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DisableWorkflowResponse
Returns a new instance of DisableWorkflowResponse.
13595 13596 13597 |
# File 'lib/v20190612/models.rb', line 13595 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13593 13594 13595 |
# File 'lib/v20190612/models.rb', line 13593 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13599 13600 13601 |
# File 'lib/v20190612/models.rb', line 13599 def deserialize(params) @RequestId = params['RequestId'] end |