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
-
#ExpectTimeLen ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FileSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RecordTimeLen ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
5922 5923 5924 5925 5926 |
# File 'lib/v20201201/models.rb', line 5922 def initialize(expecttimelen=nil, recordtimelen=nil, filesize=nil) @ExpectTimeLen = expecttimelen @RecordTimeLen = recordtimelen @FileSize = filesize end |
Instance Attribute Details
#ExpectTimeLen ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5920 5921 5922 |
# File 'lib/v20201201/models.rb', line 5920 def ExpectTimeLen @ExpectTimeLen end |
#FileSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5920 5921 5922 |
# File 'lib/v20201201/models.rb', line 5920 def FileSize @FileSize end |
#RecordTimeLen ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
5920 5921 5922 |
# File 'lib/v20201201/models.rb', line 5920 def RecordTimeLen @RecordTimeLen end |
Instance Method Details
#deserialize(params) ⇒ Object
5928 5929 5930 5931 5932 |
# File 'lib/v20201201/models.rb', line 5928 def deserialize(params) @ExpectTimeLen = params['ExpectTimeLen'] @RecordTimeLen = params['RecordTimeLen'] @FileSize = params['FileSize'] end |