Class: TencentCloud::Dts::V20211206::SkippedItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::SkippedItem
- Defined in:
- lib/v20211206/models.rb
Overview
跳过校验的表详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(db = nil, schema = nil, table = nil, reason = nil) ⇒ SkippedItem
constructor
A new instance of SkippedItem.
Constructor Details
#initialize(db = nil, schema = nil, table = nil, reason = nil) ⇒ SkippedItem
Returns a new instance of SkippedItem.
6657 6658 6659 6660 6661 6662 |
# File 'lib/v20211206/models.rb', line 6657 def initialize(db=nil, schema=nil, table=nil, reason=nil) @Db = db @Schema = schema @Table = table @Reason = reason end |
Instance Attribute Details
#Db ⇒ Object
6655 6656 6657 |
# File 'lib/v20211206/models.rb', line 6655 def Db @Db end |
#Reason ⇒ Object
6655 6656 6657 |
# File 'lib/v20211206/models.rb', line 6655 def Reason @Reason end |
#Schema ⇒ Object
6655 6656 6657 |
# File 'lib/v20211206/models.rb', line 6655 def Schema @Schema end |
#Table ⇒ Object
6655 6656 6657 |
# File 'lib/v20211206/models.rb', line 6655 def Table @Table end |
Instance Method Details
#deserialize(params) ⇒ Object
6664 6665 6666 6667 6668 6669 |
# File 'lib/v20211206/models.rb', line 6664 def deserialize(params) @Db = params['Db'] @Schema = params['Schema'] @Table = params['Table'] @Reason = params['Reason'] end |