Class: TencentCloud::Wedata::V20250806::ListWorkflowsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListWorkflowsResponse
- Defined in:
- lib/v20250806/models.rb
Overview
ListWorkflows返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ ListWorkflowsResponse
constructor
A new instance of ListWorkflowsResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ ListWorkflowsResponse
Returns a new instance of ListWorkflowsResponse.
5586 5587 5588 5589 |
# File 'lib/v20250806/models.rb', line 5586 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
5584 5585 5586 |
# File 'lib/v20250806/models.rb', line 5584 def Data @Data end |
#RequestId ⇒ Object
5584 5585 5586 |
# File 'lib/v20250806/models.rb', line 5584 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5591 5592 5593 5594 5595 5596 5597 |
# File 'lib/v20250806/models.rb', line 5591 def deserialize(params) unless params['Data'].nil? @Data = ListWorkflowInfo.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |