Class: TencentCloud::Tci::V20190318::LightDistributionStatistic

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190318/models.rb

Overview

光照强度统计结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(time = nil, value = nil) ⇒ LightDistributionStatistic

Returns a new instance of LightDistributionStatistic.



2591
2592
2593
2594
# File 'lib/v20190318/models.rb', line 2591

def initialize(time=nil, value=nil)
  @Time = time
  @Value = value
end

Instance Attribute Details

#TimeObject

Parameters:

  • Time:

    时间点

  • Value:

    光线值



2589
2590
2591
# File 'lib/v20190318/models.rb', line 2589

def Time
  @Time
end

#ValueObject

Parameters:

  • Time:

    时间点

  • Value:

    光线值



2589
2590
2591
# File 'lib/v20190318/models.rb', line 2589

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



2596
2597
2598
2599
# File 'lib/v20190318/models.rb', line 2596

def deserialize(params)
  @Time = params['Time']
  @Value = params['Value']
end