Class: TencentCloud::Ie::V20200304::ScratchRepair
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ie::V20200304::ScratchRepair
- Defined in:
- lib/v20200304/models.rb
Overview
去划痕参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, ratio = nil) ⇒ ScratchRepair
constructor
A new instance of ScratchRepair.
Constructor Details
#initialize(type = nil, ratio = nil) ⇒ ScratchRepair
Returns a new instance of ScratchRepair.
2721 2722 2723 2724 |
# File 'lib/v20200304/models.rb', line 2721 def initialize(type=nil, ratio=nil) @Type = type @Ratio = ratio end |
Instance Attribute Details
#Ratio ⇒ Object
2719 2720 2721 |
# File 'lib/v20200304/models.rb', line 2719 def Ratio @Ratio end |
#Type ⇒ Object
2719 2720 2721 |
# File 'lib/v20200304/models.rb', line 2719 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
2726 2727 2728 2729 |
# File 'lib/v20200304/models.rb', line 2726 def deserialize(params) @Type = params['Type'] @Ratio = params['Ratio'] end |