Class: TencentCloud::Vod::V20180717::DailyPlayStatInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::DailyPlayStatInfo
- Defined in:
- lib/v20180717/models.rb
Overview
播放统计信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(date = nil, fileid = nil, playtimes = nil, traffic = nil) ⇒ DailyPlayStatInfo
constructor
A new instance of DailyPlayStatInfo.
Constructor Details
#initialize(date = nil, fileid = nil, playtimes = nil, traffic = nil) ⇒ DailyPlayStatInfo
Returns a new instance of DailyPlayStatInfo.
8603 8604 8605 8606 8607 8608 |
# File 'lib/v20180717/models.rb', line 8603 def initialize(date=nil, fileid=nil, playtimes=nil, traffic=nil) @Date = date @FileId = fileid @PlayTimes = playtimes @Traffic = traffic end |
Instance Attribute Details
#Date ⇒ Object
8601 8602 8603 |
# File 'lib/v20180717/models.rb', line 8601 def Date @Date end |
#FileId ⇒ Object
8601 8602 8603 |
# File 'lib/v20180717/models.rb', line 8601 def FileId @FileId end |
#PlayTimes ⇒ Object
8601 8602 8603 |
# File 'lib/v20180717/models.rb', line 8601 def PlayTimes @PlayTimes end |
#Traffic ⇒ Object
8601 8602 8603 |
# File 'lib/v20180717/models.rb', line 8601 def Traffic @Traffic end |
Instance Method Details
#deserialize(params) ⇒ Object
8610 8611 8612 8613 8614 8615 |
# File 'lib/v20180717/models.rb', line 8610 def deserialize(params) @Date = params['Date'] @FileId = params['FileId'] @PlayTimes = params['PlayTimes'] @Traffic = params['Traffic'] end |