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.



6077
6078
6079
6080
6081
6082
# File 'lib/v20201207/models.rb', line 6077

def initialize(logsetid=nil, logsetname=nil, topicid=nil, topicname=nil)
  @LogSetId = logsetid
  @LogSetName = logsetname
  @TopicId = topicid
  @TopicName = topicname
end

Instance Attribute Details

#LogSetIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LogSetId:

    日志集ID

  • LogSetName:

    日志集名称

  • TopicId:

    日志主题ID

  • TopicName:

    日志主题名称



6075
6076
6077
# File 'lib/v20201207/models.rb', line 6075

def LogSetId
  @LogSetId
end

#LogSetNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LogSetId:

    日志集ID

  • LogSetName:

    日志集名称

  • TopicId:

    日志主题ID

  • TopicName:

    日志主题名称



6075
6076
6077
# File 'lib/v20201207/models.rb', line 6075

def LogSetName
  @LogSetName
end

#TopicIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LogSetId:

    日志集ID

  • LogSetName:

    日志集名称

  • TopicId:

    日志主题ID

  • TopicName:

    日志主题名称



6075
6076
6077
# File 'lib/v20201207/models.rb', line 6075

def TopicId
  @TopicId
end

#TopicNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • LogSetId:

    日志集ID

  • LogSetName:

    日志集名称

  • TopicId:

    日志主题ID

  • TopicName:

    日志主题名称



6075
6076
6077
# File 'lib/v20201207/models.rb', line 6075

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



6084
6085
6086
6087
6088
6089
# File 'lib/v20201207/models.rb', line 6084

def deserialize(params)
  @LogSetId = params['LogSetId']
  @LogSetName = params['LogSetName']
  @TopicId = params['TopicId']
  @TopicName = params['TopicName']
end