Class: TencentCloud::Wedata::V20210820::RunTasksByMultiWorkflowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RunTasksByMultiWorkflowResponse
- Defined in:
- lib/v20210820/models.rb
Overview
RunTasksByMultiWorkflow返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ RunTasksByMultiWorkflowResponse
constructor
A new instance of RunTasksByMultiWorkflowResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ RunTasksByMultiWorkflowResponse
Returns a new instance of RunTasksByMultiWorkflowResponse.
32668 32669 32670 32671 |
# File 'lib/v20210820/models.rb', line 32668 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
32666 32667 32668 |
# File 'lib/v20210820/models.rb', line 32666 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
32666 32667 32668 |
# File 'lib/v20210820/models.rb', line 32666 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
32673 32674 32675 32676 32677 32678 32679 |
# File 'lib/v20210820/models.rb', line 32673 def deserialize(params) unless params['Data'].nil? @Data = OperationOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |