Class: TencentCloud::Wedata::V20210820::DescribeWorkflowInfoByIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeWorkflowInfoByIdResponse
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeWorkflowInfoById返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ DescribeWorkflowInfoByIdResponse
constructor
A new instance of DescribeWorkflowInfoByIdResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ DescribeWorkflowInfoByIdResponse
Returns a new instance of DescribeWorkflowInfoByIdResponse.
17653 17654 17655 17656 |
# File 'lib/v20210820/models.rb', line 17653 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17651 17652 17653 |
# File 'lib/v20210820/models.rb', line 17651 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17651 17652 17653 |
# File 'lib/v20210820/models.rb', line 17651 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
17658 17659 17660 17661 17662 17663 17664 |
# File 'lib/v20210820/models.rb', line 17658 def deserialize(params) unless params['Data'].nil? @Data = WorkflowSchedulerOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |