Class: TencentCloud::Wedata::V20210820::RunRerunScheduleInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RunRerunScheduleInstancesResponse
- Defined in:
- lib/v20210820/models.rb
Overview
RunRerunScheduleInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ RunRerunScheduleInstancesResponse
constructor
A new instance of RunRerunScheduleInstancesResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ RunRerunScheduleInstancesResponse
Returns a new instance of RunRerunScheduleInstancesResponse.
34394 34395 34396 34397 |
# File 'lib/v20210820/models.rb', line 34394 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
34392 34393 34394 |
# File 'lib/v20210820/models.rb', line 34392 def Data @Data end |
#RequestId ⇒ Object
34392 34393 34394 |
# File 'lib/v20210820/models.rb', line 34392 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
34399 34400 34401 34402 34403 34404 34405 |
# File 'lib/v20210820/models.rb', line 34399 def deserialize(params) unless params['Data'].nil? @Data = BatchOperateResultOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |