Class: TencentCloud::Ckafka::V20190819::Connection
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::Connection
- Defined in:
- lib/v20190819/models.rb
Overview
Connection信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicname = nil, groupid = nil, topicid = nil) ⇒ Connection
constructor
A new instance of Connection.
Constructor Details
#initialize(topicname = nil, groupid = nil, topicid = nil) ⇒ Connection
Returns a new instance of Connection.
1111 1112 1113 1114 1115 |
# File 'lib/v20190819/models.rb', line 1111 def initialize(topicname=nil, groupid=nil, topicid=nil) @TopicName = topicname @GroupId = groupid @TopicId = topicid end |
Instance Attribute Details
#GroupId ⇒ Object
1109 1110 1111 |
# File 'lib/v20190819/models.rb', line 1109 def GroupId @GroupId end |
#TopicId ⇒ Object
1109 1110 1111 |
# File 'lib/v20190819/models.rb', line 1109 def TopicId @TopicId end |
#TopicName ⇒ Object
1109 1110 1111 |
# File 'lib/v20190819/models.rb', line 1109 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
1117 1118 1119 1120 1121 |
# File 'lib/v20190819/models.rb', line 1117 def deserialize(params) @TopicName = params['TopicName'] @GroupId = params['GroupId'] @TopicId = params['TopicId'] end |