Class: TencentCloud::Live::V20180801::PlayDataInfoByStream

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180801/models.rb

Overview

流维度的播放信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(streamname = nil, totalflux = nil) ⇒ PlayDataInfoByStream

Returns a new instance of PlayDataInfoByStream.



13447
13448
13449
13450
# File 'lib/v20180801/models.rb', line 13447

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

Instance Attribute Details

#StreamNameObject

Parameters:

  • StreamName:

    流名称。

  • TotalFlux:

    总流量,单位: MB。



13445
13446
13447
# File 'lib/v20180801/models.rb', line 13445

def StreamName
  @StreamName
end

#TotalFluxObject

Parameters:

  • StreamName:

    流名称。

  • TotalFlux:

    总流量,单位: MB。



13445
13446
13447
# File 'lib/v20180801/models.rb', line 13445

def TotalFlux
  @TotalFlux
end

Instance Method Details

#deserialize(params) ⇒ Object



13452
13453
13454
13455
# File 'lib/v20180801/models.rb', line 13452

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