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.
8987 8988 8989 8990 8991 8992 8993 8994 8995 8996 8997 |
# File 'lib/v20180606/models.rb', line 8987 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结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def Channel @Channel end |
#Domain ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def Domain @Domain end |
#EndTime ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def EndTime @EndTime end |
#Limit ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def Limit @Limit end |
#LogsetId ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def LogsetId @LogsetId end |
#Sort ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def Sort @Sort end |
#StartTime ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def StartTime @StartTime end |
#TopicIds ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def TopicIds @TopicIds end |
#Url ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
8985 8986 8987 |
# File 'lib/v20180606/models.rb', line 8985 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
8999 9000 9001 9002 9003 9004 9005 9006 9007 9008 9009 |
# File 'lib/v20180606/models.rb', line 8999 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 |