Class: TencentCloud::Iotvideoindustry::V20201201::DeviceMonitorValue
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DeviceMonitorValue
- Defined in:
- lib/v20201201/models.rb
Overview
查询设备统计返回值
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(value = nil, time = nil) ⇒ DeviceMonitorValue
constructor
A new instance of DeviceMonitorValue.
Constructor Details
#initialize(value = nil, time = nil) ⇒ DeviceMonitorValue
Returns a new instance of DeviceMonitorValue.
4262 4263 4264 4265 |
# File 'lib/v20201201/models.rb', line 4262 def initialize(value=nil, time=nil) @Value = value @Time = time end |
Instance Attribute Details
#Time ⇒ Object
4260 4261 4262 |
# File 'lib/v20201201/models.rb', line 4260 def Time @Time end |
#Value ⇒ Object
4260 4261 4262 |
# File 'lib/v20201201/models.rb', line 4260 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
4267 4268 4269 4270 |
# File 'lib/v20201201/models.rb', line 4267 def deserialize(params) @Value = params['Value'] @Time = params['Time'] end |