Class: TencentCloud::Mps::V20190612::ColorEnhanceConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::ColorEnhanceConfig
- Defined in:
- lib/v20190612/models.rb
Overview
色彩增强配置
Instance Attribute Summary collapse
-
#Switch ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。- weak
- normal
- strong
默认值:weak。 注意:此字段可能返回 null,表示取不到有效值。. -
#Type ⇒ Object
- ON:开启;
- OFF:关闭。
默认值:ON。- weak
- normal
- strong
默认值:weak。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(switch = nil, type = nil) ⇒ ColorEnhanceConfig
constructor
A new instance of ColorEnhanceConfig.
Constructor Details
#initialize(switch = nil, type = nil) ⇒ ColorEnhanceConfig
Returns a new instance of ColorEnhanceConfig.
6368 6369 6370 6371 |
# File 'lib/v20190612/models.rb', line 6368 def initialize(switch=nil, type=nil) @Switch = switch @Type = type end |
Instance Attribute Details
#Switch ⇒ Object
6366 6367 6368 |
# File 'lib/v20190612/models.rb', line 6366 def Switch @Switch end |
#Type ⇒ Object
6366 6367 6368 |
# File 'lib/v20190612/models.rb', line 6366 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6373 6374 6375 6376 |
# File 'lib/v20190612/models.rb', line 6373 def deserialize(params) @Switch = params['Switch'] @Type = params['Type'] end |