Class: TencentCloud::Dlc::V20210125::CreateSparkAppTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CreateSparkAppTaskResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CreateSparkAppTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(batchid = nil, taskid = nil, requestid = nil) ⇒ CreateSparkAppTaskResponse
constructor
A new instance of CreateSparkAppTaskResponse.
Constructor Details
#initialize(batchid = nil, taskid = nil, requestid = nil) ⇒ CreateSparkAppTaskResponse
Returns a new instance of CreateSparkAppTaskResponse.
2798 2799 2800 2801 2802 |
# File 'lib/v20210125/models.rb', line 2798 def initialize(batchid=nil, taskid=nil, requestid=nil) @BatchId = batchid @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#BatchId ⇒ Object
2796 2797 2798 |
# File 'lib/v20210125/models.rb', line 2796 def BatchId @BatchId end |
#RequestId ⇒ Object
2796 2797 2798 |
# File 'lib/v20210125/models.rb', line 2796 def RequestId @RequestId end |
#TaskId ⇒ Object
2796 2797 2798 |
# File 'lib/v20210125/models.rb', line 2796 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
2804 2805 2806 2807 2808 |
# File 'lib/v20210125/models.rb', line 2804 def deserialize(params) @BatchId = params['BatchId'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |