Class: TencentCloud::Ckafka::V20190819::DescribeDatahubTopicResp
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DescribeDatahubTopicResp
- Defined in:
- lib/v20190819/models.rb
Overview
Datahub Topic详情
Instance Attribute Summary collapse
- #Address ⇒ Object
- #Name ⇒ Object
- #Note ⇒ Object
- #PartitionNum ⇒ Object
- #Password ⇒ Object
- #RetentionMs ⇒ Object
- #Status ⇒ Object
- #TopicId ⇒ Object
- #TopicName ⇒ Object
- #UserName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, topicname = nil, topicid = nil, partitionnum = nil, retentionms = nil, note = nil, username = nil, password = nil, status = nil, address = nil) ⇒ DescribeDatahubTopicResp
constructor
A new instance of DescribeDatahubTopicResp.
Constructor Details
#initialize(name = nil, topicname = nil, topicid = nil, partitionnum = nil, retentionms = nil, note = nil, username = nil, password = nil, status = nil, address = nil) ⇒ DescribeDatahubTopicResp
Returns a new instance of DescribeDatahubTopicResp.
4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 |
# File 'lib/v20190819/models.rb', line 4940 def initialize(name=nil, topicname=nil, topicid=nil, partitionnum=nil, retentionms=nil, note=nil, username=nil, password=nil, status=nil, address=nil) @Name = name @TopicName = topicname @TopicId = topicid @PartitionNum = partitionnum @RetentionMs = retentionms @Note = note @UserName = username @Password = password @Status = status @Address = address end |
Instance Attribute Details
#Address ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def Address @Address end |
#Name ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def Name @Name end |
#Note ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def Note @Note end |
#PartitionNum ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def PartitionNum @PartitionNum end |
#Password ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def Password @Password end |
#RetentionMs ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def RetentionMs @RetentionMs end |
#Status ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def Status @Status end |
#TopicId ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def TopicId @TopicId end |
#TopicName ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def TopicName @TopicName end |
#UserName ⇒ Object
4938 4939 4940 |
# File 'lib/v20190819/models.rb', line 4938 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 |
# File 'lib/v20190819/models.rb', line 4953 def deserialize(params) @Name = params['Name'] @TopicName = params['TopicName'] @TopicId = params['TopicId'] @PartitionNum = params['PartitionNum'] @RetentionMs = params['RetentionMs'] @Note = params['Note'] @UserName = params['UserName'] @Password = params['Password'] @Status = params['Status'] @Address = params['Address'] end |