Class: TencentCloud::Bizlive::V20190313::DayStreamPlayInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bizlive::V20190313::DayStreamPlayInfo
- Defined in:
- lib/v20190313/models.rb
Overview
流播放信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bandwidth = nil, flux = nil, online = nil, request = nil, time = nil) ⇒ DayStreamPlayInfo
constructor
A new instance of DayStreamPlayInfo.
Constructor Details
#initialize(bandwidth = nil, flux = nil, online = nil, request = nil, time = nil) ⇒ DayStreamPlayInfo
Returns a new instance of DayStreamPlayInfo.
95 96 97 98 99 100 101 |
# File 'lib/v20190313/models.rb', line 95 def initialize(bandwidth=nil, flux=nil, online=nil, request=nil, time=nil) @Bandwidth = bandwidth @Flux = flux @Online = online @Request = request @Time = time end |
Instance Attribute Details
#Bandwidth ⇒ Object
93 94 95 |
# File 'lib/v20190313/models.rb', line 93 def Bandwidth @Bandwidth end |
#Flux ⇒ Object
93 94 95 |
# File 'lib/v20190313/models.rb', line 93 def Flux @Flux end |
#Online ⇒ Object
93 94 95 |
# File 'lib/v20190313/models.rb', line 93 def Online @Online end |
#Request ⇒ Object
93 94 95 |
# File 'lib/v20190313/models.rb', line 93 def Request @Request end |
#Time ⇒ Object
93 94 95 |
# File 'lib/v20190313/models.rb', line 93 def Time @Time end |
Instance Method Details
#deserialize(params) ⇒ Object
103 104 105 106 107 108 109 |
# File 'lib/v20190313/models.rb', line 103 def deserialize(params) @Bandwidth = params['Bandwidth'] @Flux = params['Flux'] @Online = params['Online'] @Request = params['Request'] @Time = params['Time'] end |