Class: TencentCloud::Ckafka::V20190819::TdwParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::TdwParam
- Defined in:
- lib/v20190819/models.rb
Overview
Tdw类型入参
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bid = nil, tid = nil, isdomestic = nil, tdwhost = nil, tdwport = nil) ⇒ TdwParam
constructor
A new instance of TdwParam.
Constructor Details
#initialize(bid = nil, tid = nil, isdomestic = nil, tdwhost = nil, tdwport = nil) ⇒ TdwParam
Returns a new instance of TdwParam.
11582 11583 11584 11585 11586 11587 11588 |
# File 'lib/v20190819/models.rb', line 11582 def initialize(bid=nil, tid=nil, isdomestic=nil, tdwhost=nil, tdwport=nil) @Bid = bid @Tid = tid @IsDomestic = isdomestic @TdwHost = tdwhost @TdwPort = tdwport end |
Instance Attribute Details
#Bid ⇒ Object
11580 11581 11582 |
# File 'lib/v20190819/models.rb', line 11580 def Bid @Bid end |
#IsDomestic ⇒ Object
11580 11581 11582 |
# File 'lib/v20190819/models.rb', line 11580 def IsDomestic @IsDomestic end |
#TdwHost ⇒ Object
11580 11581 11582 |
# File 'lib/v20190819/models.rb', line 11580 def TdwHost @TdwHost end |
#TdwPort ⇒ Object
11580 11581 11582 |
# File 'lib/v20190819/models.rb', line 11580 def TdwPort @TdwPort end |
#Tid ⇒ Object
11580 11581 11582 |
# File 'lib/v20190819/models.rb', line 11580 def Tid @Tid end |
Instance Method Details
#deserialize(params) ⇒ Object
11590 11591 11592 11593 11594 11595 11596 |
# File 'lib/v20190819/models.rb', line 11590 def deserialize(params) @Bid = params['Bid'] @Tid = params['Tid'] @IsDomestic = params['IsDomestic'] @TdwHost = params['TdwHost'] @TdwPort = params['TdwPort'] end |