Class: TencentCloud::Tci::V20190318::LightLevelRatioStatistic
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::LightLevelRatioStatistic
- Defined in:
- lib/v20190318/models.rb
Overview
光照强度比例统计结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(level = nil, ratio = nil) ⇒ LightLevelRatioStatistic
constructor
A new instance of LightLevelRatioStatistic.
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
#Level ⇒ Object
2609 2610 2611 |
# File 'lib/v20190318/models.rb', line 2609 def Level @Level end |
#Ratio ⇒ Object
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 |