Class: TencentCloud::Iotvideoindustry::V20201201::RecordStatisticValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::RecordStatisticValue
- Defined in:
- lib/v20201201/models.rb
Overview
大盘统计-录像存储统计 出参Value
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(expecttimelen = nil, recordtimelen = nil, filesize = nil) ⇒ RecordStatisticValue
constructor
A new instance of RecordStatisticValue.
Constructor Details
#initialize(expecttimelen = nil, recordtimelen = nil, filesize = nil) ⇒ RecordStatisticValue
Returns a new instance of RecordStatisticValue.
5731 5732 5733 5734 5735 |
# File 'lib/v20201201/models.rb', line 5731 def initialize(expecttimelen=nil, recordtimelen=nil, filesize=nil) @ExpectTimeLen = expecttimelen @RecordTimeLen = recordtimelen @FileSize = filesize end |
Instance Attribute Details
#ExpectTimeLen ⇒ Object
5729 5730 5731 |
# File 'lib/v20201201/models.rb', line 5729 def ExpectTimeLen @ExpectTimeLen end |
#FileSize ⇒ Object
5729 5730 5731 |
# File 'lib/v20201201/models.rb', line 5729 def FileSize @FileSize end |
#RecordTimeLen ⇒ Object
5729 5730 5731 |
# File 'lib/v20201201/models.rb', line 5729 def RecordTimeLen @RecordTimeLen end |
Instance Method Details
#deserialize(params) ⇒ Object
5737 5738 5739 5740 5741 |
# File 'lib/v20201201/models.rb', line 5737 def deserialize(params) @ExpectTimeLen = params['ExpectTimeLen'] @RecordTimeLen = params['RecordTimeLen'] @FileSize = params['FileSize'] end |