Class: TencentCloud::Vod::V20180717::DeleteRoundPlayRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DeleteRoundPlayRequest
- Defined in:
- lib/v20180717/models.rb
Overview
DeleteRoundPlay请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roundplayid = nil, subappid = nil) ⇒ DeleteRoundPlayRequest
constructor
A new instance of DeleteRoundPlayRequest.
Constructor Details
#initialize(roundplayid = nil, subappid = nil) ⇒ DeleteRoundPlayRequest
Returns a new instance of DeleteRoundPlayRequest.
9327 9328 9329 9330 |
# File 'lib/v20180717/models.rb', line 9327 def initialize(roundplayid=nil, subappid=nil) @RoundPlayId = roundplayid @SubAppId = subappid end |
Instance Attribute Details
#RoundPlayId ⇒ Object
9325 9326 9327 |
# File 'lib/v20180717/models.rb', line 9325 def RoundPlayId @RoundPlayId end |
#SubAppId ⇒ Object
9325 9326 9327 |
# File 'lib/v20180717/models.rb', line 9325 def SubAppId @SubAppId end |
Instance Method Details
#deserialize(params) ⇒ Object
9332 9333 9334 9335 |
# File 'lib/v20180717/models.rb', line 9332 def deserialize(params) @RoundPlayId = params['RoundPlayId'] @SubAppId = params['SubAppId'] end |