Class: TencentCloud::Dts::V20180330::ConsistencyParams
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20180330::ConsistencyParams
- Defined in:
- lib/v20180330/models.rb
Overview
抽样检验时的抽样参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(selectrowspertable = nil, tablesselectall = nil, tablesselectcount = nil) ⇒ ConsistencyParams
constructor
A new instance of ConsistencyParams.
Constructor Details
#initialize(selectrowspertable = nil, tablesselectall = nil, tablesselectcount = nil) ⇒ ConsistencyParams
Returns a new instance of ConsistencyParams.
126 127 128 129 130 |
# File 'lib/v20180330/models.rb', line 126 def initialize(selectrowspertable=nil, tablesselectall=nil, tablesselectcount=nil) @SelectRowsPerTable = selectrowspertable @TablesSelectAll = tablesselectall @TablesSelectCount = tablesselectcount end |
Instance Attribute Details
#SelectRowsPerTable ⇒ Object
124 125 126 |
# File 'lib/v20180330/models.rb', line 124 def SelectRowsPerTable @SelectRowsPerTable end |
#TablesSelectAll ⇒ Object
124 125 126 |
# File 'lib/v20180330/models.rb', line 124 def TablesSelectAll @TablesSelectAll end |
#TablesSelectCount ⇒ Object
124 125 126 |
# File 'lib/v20180330/models.rb', line 124 def TablesSelectCount @TablesSelectCount end |
Instance Method Details
#deserialize(params) ⇒ Object
132 133 134 135 136 |
# File 'lib/v20180330/models.rb', line 132 def deserialize(params) @SelectRowsPerTable = params['SelectRowsPerTable'] @TablesSelectAll = params['TablesSelectAll'] @TablesSelectCount = params['TablesSelectCount'] end |