Class: TencentCloud::Iotvideoindustry::V20201201::DescribeStatisticSummaryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeStatisticSummaryResponse
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeStatisticSummary返回参数结构体
Instance Attribute Summary collapse
- #LivePushTotal ⇒ Object
- #NonRecordingDevice ⇒ Object
- #P2PFluxTotal ⇒ Object
- #P2PPeakValue ⇒ Object
- #RecordingDevice ⇒ Object
- #RequestId ⇒ Object
- #StorageUsage ⇒ Object
- #WatchFlux ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(recordingdevice = nil, nonrecordingdevice = nil, watchflux = nil, storageusage = nil, p2pfluxtotal = nil, p2ppeakvalue = nil, livepushtotal = nil, requestid = nil) ⇒ DescribeStatisticSummaryResponse
constructor
A new instance of DescribeStatisticSummaryResponse.
Constructor Details
#initialize(recordingdevice = nil, nonrecordingdevice = nil, watchflux = nil, storageusage = nil, p2pfluxtotal = nil, p2ppeakvalue = nil, livepushtotal = nil, requestid = nil) ⇒ DescribeStatisticSummaryResponse
Returns a new instance of DescribeStatisticSummaryResponse.
3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 |
# File 'lib/v20201201/models.rb', line 3737 def initialize(recordingdevice=nil, nonrecordingdevice=nil, watchflux=nil, storageusage=nil, p2pfluxtotal=nil, p2ppeakvalue=nil, livepushtotal=nil, requestid=nil) @RecordingDevice = recordingdevice @NonRecordingDevice = nonrecordingdevice @WatchFlux = watchflux @StorageUsage = storageusage @P2PFluxTotal = p2pfluxtotal @P2PPeakValue = p2ppeakvalue @LivePushTotal = livepushtotal @RequestId = requestid end |
Instance Attribute Details
#LivePushTotal ⇒ Object
3735 3736 3737 |
# File 'lib/v20201201/models.rb', line 3735 def LivePushTotal @LivePushTotal end |
#NonRecordingDevice ⇒ Object
3735 3736 3737 |
# File 'lib/v20201201/models.rb', line 3735 def NonRecordingDevice @NonRecordingDevice end |
#P2PFluxTotal ⇒ Object
3735 3736 3737 |
# File 'lib/v20201201/models.rb', line 3735 def P2PFluxTotal @P2PFluxTotal end |
#P2PPeakValue ⇒ Object
3735 3736 3737 |
# File 'lib/v20201201/models.rb', line 3735 def P2PPeakValue @P2PPeakValue end |
#RecordingDevice ⇒ Object
3735 3736 3737 |
# File 'lib/v20201201/models.rb', line 3735 def RecordingDevice @RecordingDevice end |
#RequestId ⇒ Object
3735 3736 3737 |
# File 'lib/v20201201/models.rb', line 3735 def RequestId @RequestId end |
#StorageUsage ⇒ Object
3735 3736 3737 |
# File 'lib/v20201201/models.rb', line 3735 def StorageUsage @StorageUsage end |
#WatchFlux ⇒ Object
3735 3736 3737 |
# File 'lib/v20201201/models.rb', line 3735 def WatchFlux @WatchFlux end |
Instance Method Details
#deserialize(params) ⇒ Object
3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 |
# File 'lib/v20201201/models.rb', line 3748 def deserialize(params) @RecordingDevice = params['RecordingDevice'] @NonRecordingDevice = params['NonRecordingDevice'] @WatchFlux = params['WatchFlux'] @StorageUsage = params['StorageUsage'] @P2PFluxTotal = params['P2PFluxTotal'] @P2PPeakValue = params['P2PPeakValue'] @LivePushTotal = params['LivePushTotal'] @RequestId = params['RequestId'] end |