Class: TencentCloud::Wedata::V20250806::ListOpsWorkflowsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListOpsWorkflowsResponse
- Defined in:
- lib/v20250806/models.rb
Overview
ListOpsWorkflows返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ ListOpsWorkflowsResponse
constructor
A new instance of ListOpsWorkflowsResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ ListOpsWorkflowsResponse
Returns a new instance of ListOpsWorkflowsResponse.
4569 4570 4571 4572 |
# File 'lib/v20250806/models.rb', line 4569 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
4567 4568 4569 |
# File 'lib/v20250806/models.rb', line 4567 def Data @Data end |
#RequestId ⇒ Object
4567 4568 4569 |
# File 'lib/v20250806/models.rb', line 4567 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4574 4575 4576 4577 4578 4579 4580 |
# File 'lib/v20250806/models.rb', line 4574 def deserialize(params) unless params['Data'].nil? @Data = OpsWorkflows.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |