Class: TencentCloud::Dlc::V20210125::ModifySparkAppResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::ModifySparkAppResponse
- Defined in:
- lib/v20210125/models.rb
Overview
ModifySparkApp返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifySparkAppResponse
constructor
A new instance of ModifySparkAppResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifySparkAppResponse
Returns a new instance of ModifySparkAppResponse.
12413 12414 12415 |
# File 'lib/v20210125/models.rb', line 12413 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12411 12412 12413 |
# File 'lib/v20210125/models.rb', line 12411 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12417 12418 12419 |
# File 'lib/v20210125/models.rb', line 12417 def deserialize(params) @RequestId = params['RequestId'] end |