Class: TencentCloud::Wedata::V20210820::BatchStopWorkflowsByIdsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::BatchStopWorkflowsByIdsResponse
- Defined in:
- lib/v20210820/models.rb
Overview
BatchStopWorkflowsByIds返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ BatchStopWorkflowsByIdsResponse
constructor
A new instance of BatchStopWorkflowsByIdsResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ BatchStopWorkflowsByIdsResponse
Returns a new instance of BatchStopWorkflowsByIdsResponse.
2530 2531 2532 2533 |
# File 'lib/v20210820/models.rb', line 2530 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2528 2529 2530 |
# File 'lib/v20210820/models.rb', line 2528 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2528 2529 2530 |
# File 'lib/v20210820/models.rb', line 2528 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2535 2536 2537 2538 2539 2540 2541 |
# File 'lib/v20210820/models.rb', line 2535 def deserialize(params) unless params['Data'].nil? @Data = OperationOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |