Class: TencentCloud::Ie::V20200304::LowLightEnhance
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ie::V20200304::LowLightEnhance
- Defined in:
- lib/v20200304/models.rb
Overview
低光照增强参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil) ⇒ LowLightEnhance
constructor
A new instance of LowLightEnhance.
Constructor Details
#initialize(type = nil) ⇒ LowLightEnhance
Returns a new instance of LowLightEnhance.
1461 1462 1463 |
# File 'lib/v20200304/models.rb', line 1461 def initialize(type=nil) @Type = type end |
Instance Attribute Details
#Type ⇒ Object
1459 1460 1461 |
# File 'lib/v20200304/models.rb', line 1459 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
1465 1466 1467 |
# File 'lib/v20200304/models.rb', line 1465 def deserialize(params) @Type = params['Type'] end |