Class: TencentCloud::Cls::V20201016::DashboardTopicInfo

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

Overview

仪表盘关联的topic信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topicid = nil, region = nil) ⇒ DashboardTopicInfo

Returns a new instance of DashboardTopicInfo.



5340
5341
5342
5343
# File 'lib/v20201016/models.rb', line 5340

def initialize(topicid=nil, region=nil)
  @TopicId = topicid
  @Region = region
end

Instance Attribute Details

#Region ⇒ Object

  • 1:广州
  • 4:上海
  • 5:中国香港
  • 7:上海金融
  • 8:北京
  • 9:新加坡
  • 11:深圳金融
  • 15:硅谷
  • 16:成都
  • 17:法兰克福
  • 18:首尔
  • 19:重庆
  • 22:弗吉尼亚
  • 23:曼谷
  • 25:东京
  • 33:南京
  • 36:天津
  • 39:台北
  • 46:北京金融
  • 72:雅加达
  • 74:圣保罗
  • 78:上海自动驾驶云

Parameters:

  • TopicId: —

    主题id

  • Region: —

    topic所在的地域。



5338
5339
5340
# File 'lib/v20201016/models.rb', line 5338

def Region
  @Region
end

#TopicId ⇒ Object

  • 1:广州
  • 4:上海
  • 5:中国香港
  • 7:上海金融
  • 8:北京
  • 9:新加坡
  • 11:深圳金融
  • 15:硅谷
  • 16:成都
  • 17:法兰克福
  • 18:首尔
  • 19:重庆
  • 22:弗吉尼亚
  • 23:曼谷
  • 25:东京
  • 33:南京
  • 36:天津
  • 39:台北
  • 46:北京金融
  • 72:雅加达
  • 74:圣保罗
  • 78:上海自动驾驶云

Parameters:

  • TopicId: —

    主题id

  • Region: —

    topic所在的地域。



5338
5339
5340
# File 'lib/v20201016/models.rb', line 5338

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



5345
5346
5347
5348
# File 'lib/v20201016/models.rb', line 5345

def deserialize(params)
  @TopicId = params['TopicId']
  @Region = params['Region']
end