Class: TencentCloud::Live::V20180801::PlayStatInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::PlayStatInfo
- Defined in:
- lib/v20180801/models.rb
Overview
按省份运营商查询的播放信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(time = nil, value = nil) ⇒ PlayStatInfo
constructor
A new instance of PlayStatInfo.
Constructor Details
#initialize(time = nil, value = nil) ⇒ PlayStatInfo
Returns a new instance of PlayStatInfo.
13468 13469 13470 13471 |
# File 'lib/v20180801/models.rb', line 13468 def initialize(time=nil, value=nil) @Time = time @Value = value end |
Instance Attribute Details
#Time ⇒ Object
13466 13467 13468 |
# File 'lib/v20180801/models.rb', line 13466 def Time @Time end |
#Value ⇒ Object
13466 13467 13468 |
# File 'lib/v20180801/models.rb', line 13466 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
13473 13474 13475 13476 |
# File 'lib/v20180801/models.rb', line 13473 def deserialize(params) @Time = params['Time'] @Value = params['Value'] end |