Class: TencentCloud::Vod::V20180717::CreateRoundPlayResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::CreateRoundPlayResponse
- Defined in:
- lib/v20180717/models.rb
Overview
CreateRoundPlay返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(roundplayid = nil, url = nil, requestid = nil) ⇒ CreateRoundPlayResponse
constructor
A new instance of CreateRoundPlayResponse.
Constructor Details
#initialize(roundplayid = nil, url = nil, requestid = nil) ⇒ CreateRoundPlayResponse
Returns a new instance of CreateRoundPlayResponse.
7896 7897 7898 7899 7900 |
# File 'lib/v20180717/models.rb', line 7896 def initialize(roundplayid=nil, url=nil, requestid=nil) @RoundPlayId = roundplayid @Url = url @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7894 7895 7896 |
# File 'lib/v20180717/models.rb', line 7894 def RequestId @RequestId end |
#RoundPlayId ⇒ Object
7894 7895 7896 |
# File 'lib/v20180717/models.rb', line 7894 def RoundPlayId @RoundPlayId end |
#Url ⇒ Object
7894 7895 7896 |
# File 'lib/v20180717/models.rb', line 7894 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
7902 7903 7904 7905 7906 |
# File 'lib/v20180717/models.rb', line 7902 def deserialize(params) @RoundPlayId = params['RoundPlayId'] @Url = params['Url'] @RequestId = params['RequestId'] end |