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.
8945 8946 8947 8948 |
# File 'lib/v20250806/models.rb', line 8945 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
8943 8944 8945 |
# File 'lib/v20250806/models.rb', line 8943 def Data @Data end |
#RequestId ⇒ Object
8943 8944 8945 |
# File 'lib/v20250806/models.rb', line 8943 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8950 8951 8952 8953 8954 8955 8956 |
# File 'lib/v20250806/models.rb', line 8950 def deserialize(params) unless params['Data'].nil? @Data = ListWorkflowInfo.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |