Class: TencentCloud::Tse::V20201207::PolarisCLSTopicInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201207/models.rb

Overview

北极星日志主题信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LogSetIdObject

Parameters:

  • 日志集ID

  • 日志集名称

  • 日志主题ID

  • 日志主题名称



10957
10958
10959
# File 'lib/v20201207/models.rb', line 10957

def LogSetId
  @LogSetId
end

#LogSetNameObject

Parameters:

  • 日志集ID

  • 日志集名称

  • 日志主题ID

  • 日志主题名称



10957
10958
10959
# File 'lib/v20201207/models.rb', line 10957

def LogSetName
  @LogSetName
end

#TopicIdObject

Parameters:

  • 日志集ID

  • 日志集名称

  • 日志主题ID

  • 日志主题名称



10957
10958
10959
# File 'lib/v20201207/models.rb', line 10957

def TopicId
  @TopicId
end

#TopicNameObject

Parameters:

  • 日志集ID

  • 日志集名称

  • 日志主题ID

  • 日志主题名称



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