Class: TencentCloud::Ckafka::V20190819::SQLServerParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::SQLServerParam
- Defined in:
- lib/v20190819/models.rb
Overview
SQLServer类型入参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(database = nil, table = nil, resource = nil, snapshotmode = nil) ⇒ SQLServerParam
constructor
A new instance of SQLServerParam.
Constructor Details
#initialize(database = nil, table = nil, resource = nil, snapshotmode = nil) ⇒ SQLServerParam
Returns a new instance of SQLServerParam.
11209 11210 11211 11212 11213 11214 |
# File 'lib/v20190819/models.rb', line 11209 def initialize(database=nil, table=nil, resource=nil, snapshotmode=nil) @Database = database @Table = table @Resource = resource @SnapshotMode = snapshotmode end |
Instance Attribute Details
#Database ⇒ Object
11207 11208 11209 |
# File 'lib/v20190819/models.rb', line 11207 def Database @Database end |
#Resource ⇒ Object
11207 11208 11209 |
# File 'lib/v20190819/models.rb', line 11207 def Resource @Resource end |
#SnapshotMode ⇒ Object
11207 11208 11209 |
# File 'lib/v20190819/models.rb', line 11207 def SnapshotMode @SnapshotMode end |
#Table ⇒ Object
11207 11208 11209 |
# File 'lib/v20190819/models.rb', line 11207 def Table @Table end |
Instance Method Details
#deserialize(params) ⇒ Object
11216 11217 11218 11219 11220 11221 |
# File 'lib/v20190819/models.rb', line 11216 def deserialize(params) @Database = params['Database'] @Table = params['Table'] @Resource = params['Resource'] @SnapshotMode = params['SnapshotMode'] end |