Class: TencentCloud::Tci::V20190318::LightLevelRatioStatistic

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

Overview

光照强度比例统计结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(level = nil, ratio = nil) ⇒ LightLevelRatioStatistic

Returns a new instance of LightLevelRatioStatistic.



2611
2612
2613
2614
# File 'lib/v20190318/models.rb', line 2611

def initialize(level=nil, ratio=nil)
  @Level = level
  @Ratio = ratio
end

Instance Attribute Details

#LevelObject

Parameters:

  • Level:

    名称

  • Ratio:

    比例



2609
2610
2611
# File 'lib/v20190318/models.rb', line 2609

def Level
  @Level
end

#RatioObject

Parameters:

  • Level:

    名称

  • Ratio:

    比例



2609
2610
2611
# File 'lib/v20190318/models.rb', line 2609

def Ratio
  @Ratio
end

Instance Method Details

#deserialize(params) ⇒ Object



2616
2617
2618
2619
# File 'lib/v20190318/models.rb', line 2616

def deserialize(params)
  @Level = params['Level']
  @Ratio = params['Ratio']
end