Class: TencentCloud::Dlc::V20210125::CreateSparkSubmitTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CreateSparkSubmitTaskResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CreateSparkSubmitTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchid = nil, taskid = nil, requestid = nil) ⇒ CreateSparkSubmitTaskResponse
constructor
A new instance of CreateSparkSubmitTaskResponse.
Constructor Details
#initialize(batchid = nil, taskid = nil, requestid = nil) ⇒ CreateSparkSubmitTaskResponse
Returns a new instance of CreateSparkSubmitTaskResponse.
3016 3017 3018 3019 3020 |
# File 'lib/v20210125/models.rb', line 3016 def initialize(batchid=nil, taskid=nil, requestid=nil) @BatchId = batchid @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#BatchId ⇒ Object
3014 3015 3016 |
# File 'lib/v20210125/models.rb', line 3014 def BatchId @BatchId end |
#RequestId ⇒ Object
3014 3015 3016 |
# File 'lib/v20210125/models.rb', line 3014 def RequestId @RequestId end |
#TaskId ⇒ Object
3014 3015 3016 |
# File 'lib/v20210125/models.rb', line 3014 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
3022 3023 3024 3025 3026 |
# File 'lib/v20210125/models.rb', line 3022 def deserialize(params) @BatchId = params['BatchId'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |