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.
6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 |
# File 'lib/v20180606/models.rb', line 6527 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结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def Channel @Channel end |
#Domain ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def Domain @Domain end |
#EndTime ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def EndTime @EndTime end |
#Limit ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def Limit @Limit end |
#LogsetId ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def LogsetId @LogsetId end |
#Sort ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def Sort @Sort end |
#StartTime ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def StartTime @StartTime end |
#TopicIds ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def TopicIds @TopicIds end |
#Url ⇒ Object
如:/files/* 表示所有以/files/开头的请求*.jpg 表示所有以.jpg结尾的请求
6525 6526 6527 |
# File 'lib/v20180606/models.rb', line 6525 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 |
# File 'lib/v20180606/models.rb', line 6539 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 |