Class: TencentCloud::Cdn::V20180606::ListTopClsLogDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ListTopClsLogDataRequest
- Defined in:
- lib/v20180606/models.rb
Overview
ListTopClsLogData请求参数结构体
Instance Attribute Summary collapse
-
#Channel ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Domain ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#EndTime ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Limit ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#LogsetId ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Sort ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#StartTime ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#TopicIds ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Url ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(logsetid = nil, topicids = nil, starttime = nil, endtime = nil, domain = nil, url = nil, channel = nil, limit = nil, sort = nil) ⇒ ListTopClsLogDataRequest
constructor
A new instance of ListTopClsLogDataRequest.
Constructor Details
#initialize(logsetid = nil, topicids = nil, starttime = nil, endtime = nil, domain = nil, url = nil, channel = nil, limit = nil, sort = nil) ⇒ ListTopClsLogDataRequest
Returns a new instance of ListTopClsLogDataRequest.
9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 |
# File 'lib/v20180606/models.rb', line 9006 def initialize(logsetid=nil, topicids=nil, starttime=nil, endtime=nil, domain=nil, url=nil, channel=nil, limit=nil, sort=nil) @LogsetId = logsetid @TopicIds = topicids @StartTime = starttime @EndTime = endtime @Domain = domain @Url = url @Channel = channel @Limit = limit @Sort = sort end |
Instance Attribute Details
#Channel ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def Channel @Channel end |
#Domain ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def Domain @Domain end |
#EndTime ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def EndTime @EndTime end |
#Limit ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def Limit @Limit end |
#LogsetId ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def LogsetId @LogsetId end |
#Sort ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def Sort @Sort end |
#StartTime ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def StartTime @StartTime end |
#TopicIds ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def TopicIds @TopicIds end |
#Url ⇒ Object
如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
9004 9005 9006 |
# File 'lib/v20180606/models.rb', line 9004 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
9018 9019 9020 9021 9022 9023 9024 9025 9026 9027 9028 |
# File 'lib/v20180606/models.rb', line 9018 def deserialize(params) @LogsetId = params['LogsetId'] @TopicIds = params['TopicIds'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Domain = params['Domain'] @Url = params['Url'] @Channel = params['Channel'] @Limit = params['Limit'] @Sort = params['Sort'] end |