Class: TencentCloud::Cdn::V20180606::ListClsTopicDomainsRequest

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

Overview

ListClsTopicDomains请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(logsetid = nil, topicid = nil, channel = nil) ⇒ ListClsTopicDomainsRequest



8527
8528
8529
8530
8531
# File 'lib/v20180606/models.rb', line 8527

def initialize(logsetid=nil, topicid=nil, channel=nil)
  @LogsetId = logsetid
  @TopicId = topicid
  @Channel = channel
end

Instance Attribute Details

#ChannelObject



8525
8526
8527
# File 'lib/v20180606/models.rb', line 8525

def Channel
  @Channel
end

#LogsetIdObject



8525
8526
8527
# File 'lib/v20180606/models.rb', line 8525

def LogsetId
  @LogsetId
end

#TopicIdObject



8525
8526
8527
# File 'lib/v20180606/models.rb', line 8525

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



8533
8534
8535
8536
8537
# File 'lib/v20180606/models.rb', line 8533

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