Class: TencentCloud::Vod::V20180717::ModifyRoundPlayResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::ModifyRoundPlayResponse
- Defined in:
- lib/v20180717/models.rb
Overview
ModifyRoundPlay返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyRoundPlayResponse
constructor
A new instance of ModifyRoundPlayResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyRoundPlayResponse
Returns a new instance of ModifyRoundPlayResponse.
20320 20321 20322 |
# File 'lib/v20180717/models.rb', line 20320 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
20318 20319 20320 |
# File 'lib/v20180717/models.rb', line 20318 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
20324 20325 20326 |
# File 'lib/v20180717/models.rb', line 20324 def deserialize(params) @RequestId = params['RequestId'] end |