Class: TencentCloud::Wedata::V20210820::BatchStopOpsTasksResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::BatchStopOpsTasksResponse
- Defined in:
- lib/v20210820/models.rb
Overview
BatchStopOpsTasks返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ BatchStopOpsTasksResponse
constructor
A new instance of BatchStopOpsTasksResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ BatchStopOpsTasksResponse
Returns a new instance of BatchStopOpsTasksResponse.
2478 2479 2480 2481 |
# File 'lib/v20210820/models.rb', line 2478 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
2476 2477 2478 |
# File 'lib/v20210820/models.rb', line 2476 def Data @Data end |
#RequestId ⇒ Object
2476 2477 2478 |
# File 'lib/v20210820/models.rb', line 2476 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2483 2484 2485 2486 2487 2488 2489 |
# File 'lib/v20210820/models.rb', line 2483 def deserialize(params) unless params['Data'].nil? @Data = BatchOperationOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |