Class: TencentCloud::Cdn::V20180606::DisableClsLogTopicRequest

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

Overview

DisableClsLogTopic请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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



5072
5073
5074
5075
5076
# File 'lib/v20180606/models.rb', line 5072

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

Instance Attribute Details

#ChannelObject



5070
5071
5072
# File 'lib/v20180606/models.rb', line 5070

def Channel
  @Channel
end

#LogsetIdObject



5070
5071
5072
# File 'lib/v20180606/models.rb', line 5070

def LogsetId
  @LogsetId
end

#TopicIdObject



5070
5071
5072
# File 'lib/v20180606/models.rb', line 5070

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



5078
5079
5080
5081
5082
# File 'lib/v20180606/models.rb', line 5078

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