Class: TencentCloud::Wedata::V20210820::RunForceSucScheduleInstancesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RunForceSucScheduleInstancesResponse
- Defined in:
- lib/v20210820/models.rb
Overview
RunForceSucScheduleInstances返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ RunForceSucScheduleInstancesResponse
constructor
A new instance of RunForceSucScheduleInstancesResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ RunForceSucScheduleInstancesResponse
Returns a new instance of RunForceSucScheduleInstancesResponse.
32794 32795 32796 32797 |
# File 'lib/v20210820/models.rb', line 32794 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
32792 32793 32794 |
# File 'lib/v20210820/models.rb', line 32792 def Data @Data end |
#RequestId ⇒ Object
32792 32793 32794 |
# File 'lib/v20210820/models.rb', line 32792 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
32799 32800 32801 32802 32803 32804 32805 |
# File 'lib/v20210820/models.rb', line 32799 def deserialize(params) unless params['Data'].nil? @Data = BatchOperateResultOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |