Class: TencentCloud::Cdn::V20180606::EnableClsLogTopicRequest

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

Overview

EnableClsLogTopic请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of EnableClsLogTopicRequest.



5402
5403
5404
5405
5406
# File 'lib/v20180606/models.rb', line 5402

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



5400
5401
5402
# File 'lib/v20180606/models.rb', line 5400

def Channel
  @Channel
end

#LogsetIdObject

Parameters:

  • LogsetId:

    日志集ID

  • TopicId:

    日志主题ID

  • Channel:

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



5400
5401
5402
# File 'lib/v20180606/models.rb', line 5400

def LogsetId
  @LogsetId
end

#TopicIdObject

Parameters:

  • LogsetId:

    日志集ID

  • TopicId:

    日志主题ID

  • Channel:

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



5400
5401
5402
# File 'lib/v20180606/models.rb', line 5400

def TopicId
  @TopicId
end

Instance Method Details

#deserialize(params) ⇒ Object



5408
5409
5410
5411
5412
# File 'lib/v20180606/models.rb', line 5408

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