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

Returns a new instance of DisableClsLogTopicRequest.



7038
7039
7040
7041
7042
# File 'lib/v20180606/models.rb', line 7038

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

Instance Attribute Details

#ChannelObject

Parameters:

  • LogsetId:

    日志集ID

  • TopicId:

    日志主题ID

  • Channel:

    接入渠道,cdn或者ecdn,默认值为cdn



7036
7037
7038
# File 'lib/v20180606/models.rb', line 7036

def Channel
  @Channel
end

#LogsetIdObject

Parameters:

  • LogsetId:

    日志集ID

  • TopicId:

    日志主题ID

  • Channel:

    接入渠道,cdn或者ecdn,默认值为cdn



7036
7037
7038
# File 'lib/v20180606/models.rb', line 7036

def LogsetId
  @LogsetId
end

#TopicIdObject

Parameters:

  • LogsetId:

    日志集ID

  • TopicId:

    日志主题ID

  • Channel:

    接入渠道,cdn或者ecdn,默认值为cdn



7036
7037
7038
# File 'lib/v20180606/models.rb', line 7036

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



7044
7045
7046
7047
7048
# File 'lib/v20180606/models.rb', line 7044

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