Class: TencentCloud::Dts::V20211206::SkippedItem

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

Overview

跳过校验的表详情

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#DbObject

Parameters:

  • Db:

    数据库名

  • Schema:

    schema名

  • Table:

    表名

  • Reason:

    未发起检查的原因



6655
6656
6657
# File 'lib/v20211206/models.rb', line 6655

def Db
  @Db
end

#ReasonObject

Parameters:

  • Db:

    数据库名

  • Schema:

    schema名

  • Table:

    表名

  • Reason:

    未发起检查的原因



6655
6656
6657
# File 'lib/v20211206/models.rb', line 6655

def Reason
  @Reason
end

#SchemaObject

Parameters:

  • Db:

    数据库名

  • Schema:

    schema名

  • Table:

    表名

  • Reason:

    未发起检查的原因



6655
6656
6657
# File 'lib/v20211206/models.rb', line 6655

def Schema
  @Schema
end

#TableObject

Parameters:

  • Db:

    数据库名

  • Schema:

    schema名

  • Table:

    表名

  • Reason:

    未发起检查的原因



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