Class: TencentCloud::Ie::V20200304::LowLightEnhance

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200304/models.rb

Overview

低光照增强参数

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#TypeObject

Parameters:

  • Type:

    低光照增强类型,可选项:normal。



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