Class: TencentCloud::Tse::V20201207::PolarisCLSTopicInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::PolarisCLSTopicInfo
- Defined in:
- lib/v20201207/models.rb
Overview
北极星日志主题信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetid = nil, logsetname = nil, topicid = nil, topicname = nil) ⇒ PolarisCLSTopicInfo
constructor
A new instance of PolarisCLSTopicInfo.
Constructor Details
#initialize(logsetid = nil, logsetname = nil, topicid = nil, topicname = nil) ⇒ PolarisCLSTopicInfo
Returns a new instance of PolarisCLSTopicInfo.
10941 10942 10943 10944 10945 10946 |
# File 'lib/v20201207/models.rb', line 10941 def initialize(logsetid=nil, logsetname=nil, topicid=nil, topicname=nil) @LogSetId = logsetid @LogSetName = logsetname @TopicId = topicid @TopicName = topicname end |
Instance Attribute Details
#LogSetId ⇒ Object
10939 10940 10941 |
# File 'lib/v20201207/models.rb', line 10939 def LogSetId @LogSetId end |
#LogSetName ⇒ Object
10939 10940 10941 |
# File 'lib/v20201207/models.rb', line 10939 def LogSetName @LogSetName end |
#TopicId ⇒ Object
10939 10940 10941 |
# File 'lib/v20201207/models.rb', line 10939 def TopicId @TopicId end |
#TopicName ⇒ Object
10939 10940 10941 |
# File 'lib/v20201207/models.rb', line 10939 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
10948 10949 10950 10951 10952 10953 |
# File 'lib/v20201207/models.rb', line 10948 def deserialize(params) @LogSetId = params['LogSetId'] @LogSetName = params['LogSetName'] @TopicId = params['TopicId'] @TopicName = params['TopicName'] end |