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.
10959 10960 10961 10962 10963 10964 |
# File 'lib/v20201207/models.rb', line 10959 def initialize(logsetid=nil, logsetname=nil, topicid=nil, topicname=nil) @LogSetId = logsetid @LogSetName = logsetname @TopicId = topicid @TopicName = topicname end |
Instance Attribute Details
#LogSetId ⇒ Object
10957 10958 10959 |
# File 'lib/v20201207/models.rb', line 10957 def LogSetId @LogSetId end |
#LogSetName ⇒ Object
10957 10958 10959 |
# File 'lib/v20201207/models.rb', line 10957 def LogSetName @LogSetName end |
#TopicId ⇒ Object
10957 10958 10959 |
# File 'lib/v20201207/models.rb', line 10957 def TopicId @TopicId end |
#TopicName ⇒ Object
10957 10958 10959 |
# File 'lib/v20201207/models.rb', line 10957 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
10966 10967 10968 10969 10970 10971 |
# File 'lib/v20201207/models.rb', line 10966 def deserialize(params) @LogSetId = params['LogSetId'] @LogSetName = params['LogSetName'] @TopicId = params['TopicId'] @TopicName = params['TopicName'] end |