Class: TencentCloud::Wedata::V20210820::DescribeOpsWorkflowsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeOpsWorkflowsResponse
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeOpsWorkflows返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ DescribeOpsWorkflowsResponse
constructor
A new instance of DescribeOpsWorkflowsResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ DescribeOpsWorkflowsResponse
Returns a new instance of DescribeOpsWorkflowsResponse.
12773 12774 12775 12776 |
# File 'lib/v20210820/models.rb', line 12773 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12771 12772 12773 |
# File 'lib/v20210820/models.rb', line 12771 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
12771 12772 12773 |
# File 'lib/v20210820/models.rb', line 12771 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12778 12779 12780 12781 12782 12783 12784 |
# File 'lib/v20210820/models.rb', line 12778 def deserialize(params) unless params['Data'].nil? @Data = WorkflowExtOpsDtoPage.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |