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.
17758 17759 17760 17761 |
# File 'lib/v20210820/models.rb', line 17758 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17756 17757 17758 |
# File 'lib/v20210820/models.rb', line 17756 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
17756 17757 17758 |
# File 'lib/v20210820/models.rb', line 17756 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
17763 17764 17765 17766 17767 17768 17769 |
# File 'lib/v20210820/models.rb', line 17763 def deserialize(params) unless params['Data'].nil? @Data = WorkflowSchedulerOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |