Class: TencentCloud::Live::V20180801::MonitorStreamPlayInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::MonitorStreamPlayInfo
- Defined in:
- lib/v20180801/models.rb
Overview
监控播放数据
Instance Attribute Summary collapse
- #Bandwidth ⇒ Object
- #Online ⇒ Object
- #PlayDomain ⇒ Object
- #Protocol ⇒ Object
- #Rate ⇒ Object
- #Request ⇒ Object
- #StreamName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(playdomain = nil, streamname = nil, rate = nil, protocol = nil, bandwidth = nil, online = nil, request = nil) ⇒ MonitorStreamPlayInfo
constructor
A new instance of MonitorStreamPlayInfo.
Constructor Details
#initialize(playdomain = nil, streamname = nil, rate = nil, protocol = nil, bandwidth = nil, online = nil, request = nil) ⇒ MonitorStreamPlayInfo
Returns a new instance of MonitorStreamPlayInfo.
13277 13278 13279 13280 13281 13282 13283 13284 13285 |
# File 'lib/v20180801/models.rb', line 13277 def initialize(playdomain=nil, streamname=nil, rate=nil, protocol=nil, bandwidth=nil, online=nil, request=nil) @PlayDomain = playdomain @StreamName = streamname @Rate = rate @Protocol = protocol @Bandwidth = bandwidth @Online = online @Request = request end |
Instance Attribute Details
#Bandwidth ⇒ Object
13275 13276 13277 |
# File 'lib/v20180801/models.rb', line 13275 def Bandwidth @Bandwidth end |
#Online ⇒ Object
13275 13276 13277 |
# File 'lib/v20180801/models.rb', line 13275 def Online @Online end |
#PlayDomain ⇒ Object
13275 13276 13277 |
# File 'lib/v20180801/models.rb', line 13275 def PlayDomain @PlayDomain end |
#Protocol ⇒ Object
13275 13276 13277 |
# File 'lib/v20180801/models.rb', line 13275 def Protocol @Protocol end |
#Rate ⇒ Object
13275 13276 13277 |
# File 'lib/v20180801/models.rb', line 13275 def Rate @Rate end |
#Request ⇒ Object
13275 13276 13277 |
# File 'lib/v20180801/models.rb', line 13275 def Request @Request end |
#StreamName ⇒ Object
13275 13276 13277 |
# File 'lib/v20180801/models.rb', line 13275 def StreamName @StreamName end |
Instance Method Details
#deserialize(params) ⇒ Object
13287 13288 13289 13290 13291 13292 13293 13294 13295 |
# File 'lib/v20180801/models.rb', line 13287 def deserialize(params) @PlayDomain = params['PlayDomain'] @StreamName = params['StreamName'] @Rate = params['Rate'] @Protocol = params['Protocol'] @Bandwidth = params['Bandwidth'] @Online = params['Online'] @Request = params['Request'] end |