Class: TencentCloud::Dlc::V20210125::CreateSparkAppResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::CreateSparkAppResponse
- Defined in:
- lib/v20210125/models.rb
Overview
CreateSparkApp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sparkappid = nil, requestid = nil) ⇒ CreateSparkAppResponse
constructor
A new instance of CreateSparkAppResponse.
Constructor Details
#initialize(sparkappid = nil, requestid = nil) ⇒ CreateSparkAppResponse
Returns a new instance of CreateSparkAppResponse.
2745 2746 2747 2748 |
# File 'lib/v20210125/models.rb', line 2745 def initialize(sparkappid=nil, requestid=nil) @SparkAppId = sparkappid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2743 2744 2745 |
# File 'lib/v20210125/models.rb', line 2743 def RequestId @RequestId end |
#SparkAppId ⇒ Object
2743 2744 2745 |
# File 'lib/v20210125/models.rb', line 2743 def SparkAppId @SparkAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
2750 2751 2752 2753 |
# File 'lib/v20210125/models.rb', line 2750 def deserialize(params) @SparkAppId = params['SparkAppId'] @RequestId = params['RequestId'] end |