Class: TencentCloud::Mps::V20190612::LowLightEnhanceConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::LowLightEnhanceConfig
- Defined in:
- lib/v20190612/models.rb
Overview
低光照增强配置
Instance Attribute Summary collapse
-
#Switch ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。- normal
默认值:normal。 注意:此字段可能返回 null,表示取不到有效值。. -
#Type ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。- normal
默认值:normal。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, type = nil) ⇒ LowLightEnhanceConfig
constructor
A new instance of LowLightEnhanceConfig.
Constructor Details
#initialize(switch = nil, type = nil) ⇒ LowLightEnhanceConfig
Returns a new instance of LowLightEnhanceConfig.
19892 19893 19894 19895 |
# File 'lib/v20190612/models.rb', line 19892 def initialize(switch=nil, type=nil) @Switch = switch @Type = type end |
Instance Attribute Details
#Switch ⇒ Object
19890 19891 19892 |
# File 'lib/v20190612/models.rb', line 19890 def Switch @Switch end |
#Type ⇒ Object
19890 19891 19892 |
# File 'lib/v20190612/models.rb', line 19890 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
19897 19898 19899 19900 |
# File 'lib/v20190612/models.rb', line 19897 def deserialize(params) @Switch = params['Switch'] @Type = params['Type'] end |