Class: TencentCloud::Vod::V20180717::ModifySuperPlayerConfigResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::ModifySuperPlayerConfigResponse
- Defined in:
- lib/v20180717/models.rb
Overview
ModifySuperPlayerConfig返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifySuperPlayerConfigResponse
constructor
A new instance of ModifySuperPlayerConfigResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifySuperPlayerConfigResponse
20650 20651 20652 |
# File 'lib/v20180717/models.rb', line 20650 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
20648 20649 20650 |
# File 'lib/v20180717/models.rb', line 20648 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
20654 20655 20656 |
# File 'lib/v20180717/models.rb', line 20654 def deserialize(params) @RequestId = params['RequestId'] end |