Class: TencentCloud::Dts::V20211206::SchemaDifference
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::SchemaDifference
- 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, srcschema = nil, dstschema = nil) ⇒ SchemaDifference
constructor
A new instance of SchemaDifference.
Constructor Details
#initialize(db = nil, schema = nil, table = nil, srcschema = nil, dstschema = nil) ⇒ SchemaDifference
Returns a new instance of SchemaDifference.
6520 6521 6522 6523 6524 6525 6526 |
# File 'lib/v20211206/models.rb', line 6520 def initialize(db=nil, schema=nil, table=nil, srcschema=nil, dstschema=nil) @Db = db @Schema = schema @Table = table @SrcSchema = srcschema @DstSchema = dstschema end |
Instance Attribute Details
#Db ⇒ Object
6518 6519 6520 |
# File 'lib/v20211206/models.rb', line 6518 def Db @Db end |
#DstSchema ⇒ Object
6518 6519 6520 |
# File 'lib/v20211206/models.rb', line 6518 def DstSchema @DstSchema end |
#Schema ⇒ Object
6518 6519 6520 |
# File 'lib/v20211206/models.rb', line 6518 def Schema @Schema end |
#SrcSchema ⇒ Object
6518 6519 6520 |
# File 'lib/v20211206/models.rb', line 6518 def SrcSchema @SrcSchema end |
#Table ⇒ Object
6518 6519 6520 |
# File 'lib/v20211206/models.rb', line 6518 def Table @Table end |
Instance Method Details
#deserialize(params) ⇒ Object
6528 6529 6530 6531 6532 6533 6534 |
# File 'lib/v20211206/models.rb', line 6528 def deserialize(params) @Db = params['Db'] @Schema = params['Schema'] @Table = params['Table'] @SrcSchema = params['SrcSchema'] @DstSchema = params['DstSchema'] end |