class TencentCloud::Live::V20180801::PlayDataInfoByStream

流维度的播放信息。

def deserialize(params)

def deserialize(params)
  @StreamName = params['StreamName']
  @TotalFlux = params['TotalFlux']
end

def initialize(streamname=nil, totalflux=nil)

def initialize(streamname=nil, totalflux=nil)
  @StreamName = streamname
  @TotalFlux = totalflux
end