Class: TencentCloud::Cdn::V20180606::DescribeEventLogDataRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DescribeEventLogDataRequest
- Defined in:
- lib/v20180606/models.rb
Overview
DescribeEventLogData请求参数结构体
Instance Attribute Summary collapse
-
#ActionName ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Area ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Domain ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#EndTime ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Mode ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Source ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#StartTime ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
-
#Url ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mode = nil, starttime = nil, endtime = nil, domain = nil, actionname = nil, url = nil, area = nil, source = nil) ⇒ DescribeEventLogDataRequest
constructor
A new instance of DescribeEventLogDataRequest.
Constructor Details
#initialize(mode = nil, starttime = nil, endtime = nil, domain = nil, actionname = nil, url = nil, area = nil, source = nil) ⇒ DescribeEventLogDataRequest
Returns a new instance of DescribeEventLogDataRequest.
4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 |
# File 'lib/v20180606/models.rb', line 4561 def initialize(mode=nil, starttime=nil, endtime=nil, domain=nil, actionname=nil, url=nil, area=nil, source=nil) @Mode = mode @StartTime = starttime @EndTime = endtime @Domain = domain @ActionName = actionname @Url = url @Area = area @Source = source end |
Instance Attribute Details
#ActionName ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
4559 4560 4561 |
# File 'lib/v20180606/models.rb', line 4559 def ActionName @ActionName end |
#Area ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
4559 4560 4561 |
# File 'lib/v20180606/models.rb', line 4559 def Area @Area end |
#Domain ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
4559 4560 4561 |
# File 'lib/v20180606/models.rb', line 4559 def Domain @Domain end |
#EndTime ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
4559 4560 4561 |
# File 'lib/v20180606/models.rb', line 4559 def EndTime @EndTime end |
#Mode ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
4559 4560 4561 |
# File 'lib/v20180606/models.rb', line 4559 def Mode @Mode end |
#Source ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
4559 4560 4561 |
# File 'lib/v20180606/models.rb', line 4559 def Source @Source end |
#StartTime ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
4559 4560 4561 |
# File 'lib/v20180606/models.rb', line 4559 def StartTime @StartTime end |
#Url ⇒ Object
分别表示:拦截/重定向/观察 参数放空,表示查询全部动作数据 如: /files/* 表示所有以/files/开头的请求 *.jpg 表示所有以.jpg结尾的请求
4559 4560 4561 |
# File 'lib/v20180606/models.rb', line 4559 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/v20180606/models.rb', line 4572 def deserialize(params) @Mode = params['Mode'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Domain = params['Domain'] @ActionName = params['ActionName'] @Url = params['Url'] @Area = params['Area'] @Source = params['Source'] end |