Class: TencentCloud::Dlc::V20210125::ModifySparkAppBatchResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::ModifySparkAppBatchResponse
- Defined in:
- lib/v20210125/models.rb
Overview
ModifySparkAppBatch返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifySparkAppBatchResponse
constructor
A new instance of ModifySparkAppBatchResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifySparkAppBatchResponse
Returns a new instance of ModifySparkAppBatchResponse.
12254 12255 12256 |
# File 'lib/v20210125/models.rb', line 12254 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12252 12253 12254 |
# File 'lib/v20210125/models.rb', line 12252 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12258 12259 12260 |
# File 'lib/v20210125/models.rb', line 12258 def deserialize(params) @RequestId = params['RequestId'] end |