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.
32961 32962 32963 32964 |
# File 'lib/v20210820/models.rb', line 32961 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
32959 32960 32961 |
# File 'lib/v20210820/models.rb', line 32959 def Data @Data end |
#RequestId ⇒ Object
32959 32960 32961 |
# File 'lib/v20210820/models.rb', line 32959 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
32966 32967 32968 32969 32970 32971 32972 |
# File 'lib/v20210820/models.rb', line 32966 def deserialize(params) unless params['Data'].nil? @Data = BatchOperateResultOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |