Class: TencentCloud::Mps::V20190612::EnableWorkflowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::EnableWorkflowResponse
- Defined in:
- lib/v20190612/models.rb
Overview
EnableWorkflow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ EnableWorkflowResponse
constructor
A new instance of EnableWorkflowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ EnableWorkflowResponse
Returns a new instance of EnableWorkflowResponse.
16113 16114 16115 |
# File 'lib/v20190612/models.rb', line 16113 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16111 16112 16113 |
# File 'lib/v20190612/models.rb', line 16111 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16117 16118 16119 |
# File 'lib/v20190612/models.rb', line 16117 def deserialize(params) @RequestId = params['RequestId'] end |