Class: TencentCloud::Iotvideoindustry::V20201201::RecordStatistic
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::RecordStatistic
- Defined in:
- lib/v20201201/models.rb
Overview
大盘统计-录像存储统计 出参RecordStatistic
Instance Attribute Summary collapse
-
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(time = nil, value = nil) ⇒ RecordStatistic
constructor
A new instance of RecordStatistic.
Constructor Details
#initialize(time = nil, value = nil) ⇒ RecordStatistic
Returns a new instance of RecordStatistic.
5894 5895 5896 5897 |
# File 'lib/v20201201/models.rb', line 5894 def initialize(time=nil, value=nil) @Time = time @Value = value end |
Instance Attribute Details
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5892 5893 5894 |
# File 'lib/v20201201/models.rb', line 5892 def Time @Time end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5892 5893 5894 |
# File 'lib/v20201201/models.rb', line 5892 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
5899 5900 5901 5902 5903 5904 5905 |
# File 'lib/v20201201/models.rb', line 5899 def deserialize(params) @Time = params['Time'] unless params['Value'].nil? @Value = RecordStatisticValue.new @Value.deserialize(params['Value']) end end |