Class: TencentCloud::Tci::V20190318::LightResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::LightResult
- Defined in:
- lib/v20190318/models.rb
Overview
LightResult
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(lightlevel = nil, lightvalue = nil) ⇒ LightResult
constructor
A new instance of LightResult.
Constructor Details
#initialize(lightlevel = nil, lightvalue = nil) ⇒ LightResult
Returns a new instance of LightResult.
2631 2632 2633 2634 |
# File 'lib/v20190318/models.rb', line 2631 def initialize(lightlevel=nil, lightvalue=nil) @LightLevel = lightlevel @LightValue = lightvalue end |
Instance Attribute Details
#LightLevel ⇒ Object
2629 2630 2631 |
# File 'lib/v20190318/models.rb', line 2629 def LightLevel @LightLevel end |
#LightValue ⇒ Object
2629 2630 2631 |
# File 'lib/v20190318/models.rb', line 2629 def LightValue @LightValue end |
Instance Method Details
#deserialize(params) ⇒ Object
2636 2637 2638 2639 |
# File 'lib/v20190318/models.rb', line 2636 def deserialize(params) @LightLevel = params['LightLevel'] @LightValue = params['LightValue'] end |