Class: TencentCloud::Cdn::V20180606::DescribeCdnDomainLogsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DescribeCdnDomainLogsRequest
- Defined in:
- lib/v20180606/models.rb
Overview
DescribeCdnDomainLogs请求参数结构体
Instance Attribute Summary collapse
-
#Area ⇒ Object
- mainland:获取境内加速日志包下载链接
- overseas:获取境外加速日志包下载链接
- global:同时获取境内、境外加速日志包下载链接(分开打包)
- access:访问日志
. -
#Domain ⇒ Object
- mainland:获取境内加速日志包下载链接
- overseas:获取境外加速日志包下载链接
- global:同时获取境内、境外加速日志包下载链接(分开打包)
- access:访问日志
. -
#EndTime ⇒ Object
- mainland:获取境内加速日志包下载链接
- overseas:获取境外加速日志包下载链接
- global:同时获取境内、境外加速日志包下载链接(分开打包)
- access:访问日志
. -
#Limit ⇒ Object
- mainland:获取境内加速日志包下载链接
- overseas:获取境外加速日志包下载链接
- global:同时获取境内、境外加速日志包下载链接(分开打包)
- access:访问日志
. -
#LogType ⇒ Object
- mainland:获取境内加速日志包下载链接
- overseas:获取境外加速日志包下载链接
- global:同时获取境内、境外加速日志包下载链接(分开打包)
- access:访问日志
. -
#Offset ⇒ Object
- mainland:获取境内加速日志包下载链接
- overseas:获取境外加速日志包下载链接
- global:同时获取境内、境外加速日志包下载链接(分开打包)
- access:访问日志
. -
#StartTime ⇒ Object
- mainland:获取境内加速日志包下载链接
- overseas:获取境外加速日志包下载链接
- global:同时获取境内、境外加速日志包下载链接(分开打包)
- access:访问日志
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, starttime = nil, endtime = nil, offset = nil, limit = nil, area = nil, logtype = nil) ⇒ DescribeCdnDomainLogsRequest
constructor
A new instance of DescribeCdnDomainLogsRequest.
Constructor Details
#initialize(domain = nil, starttime = nil, endtime = nil, offset = nil, limit = nil, area = nil, logtype = nil) ⇒ DescribeCdnDomainLogsRequest
Returns a new instance of DescribeCdnDomainLogsRequest.
2659 2660 2661 2662 2663 2664 2665 2666 2667 |
# File 'lib/v20180606/models.rb', line 2659 def initialize(domain=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, area=nil, logtype=nil) @Domain = domain @StartTime = starttime @EndTime = endtime @Offset = offset @Limit = limit @Area = area @LogType = logtype end |
Instance Attribute Details
#Area ⇒ Object
2657 2658 2659 |
# File 'lib/v20180606/models.rb', line 2657 def Area @Area end |
#Domain ⇒ Object
2657 2658 2659 |
# File 'lib/v20180606/models.rb', line 2657 def Domain @Domain end |
#EndTime ⇒ Object
2657 2658 2659 |
# File 'lib/v20180606/models.rb', line 2657 def EndTime @EndTime end |
#Limit ⇒ Object
2657 2658 2659 |
# File 'lib/v20180606/models.rb', line 2657 def Limit @Limit end |
#LogType ⇒ Object
2657 2658 2659 |
# File 'lib/v20180606/models.rb', line 2657 def LogType @LogType end |
#Offset ⇒ Object
2657 2658 2659 |
# File 'lib/v20180606/models.rb', line 2657 def Offset @Offset end |
#StartTime ⇒ Object
2657 2658 2659 |
# File 'lib/v20180606/models.rb', line 2657 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
2669 2670 2671 2672 2673 2674 2675 2676 2677 |
# File 'lib/v20180606/models.rb', line 2669 def deserialize(params) @Domain = params['Domain'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Offset = params['Offset'] @Limit = params['Limit'] @Area = params['Area'] @LogType = params['LogType'] end |