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.
7363 7364 7365 7366 |
# File 'lib/v20250806/models.rb', line 7363 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
7361 7362 7363 |
# File 'lib/v20250806/models.rb', line 7361 def Data @Data end |
#RequestId ⇒ Object
7361 7362 7363 |
# File 'lib/v20250806/models.rb', line 7361 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7368 7369 7370 7371 7372 7373 7374 |
# File 'lib/v20250806/models.rb', line 7368 def deserialize(params) unless params['Data'].nil? @Data = OpsWorkflows.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |