Class: TencentCloud::Cdn::V20180606::DescribeScdnBotRecordsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::DescribeScdnBotRecordsRequest
- Defined in:
- lib/v20180606/models.rb
Overview
DescribeScdnBotRecords请求参数结构体
Instance Attribute Summary collapse
-
#Area ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#BotType ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#Domain ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#Domains ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#EndTime ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#FilterAction ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#FilterIp ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#FilterName ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#Limit ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#Offset ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#SortBy ⇒ Object
尚未支持的Action “captcha” 验证码.
-
#StartTime ⇒ Object
尚未支持的Action “captcha” 验证码.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(bottype = nil, domain = nil, starttime = nil, endtime = nil, offset = nil, limit = nil, area = nil, sortby = nil, filtername = nil, filteraction = nil, filterip = nil, domains = nil) ⇒ DescribeScdnBotRecordsRequest
constructor
A new instance of DescribeScdnBotRecordsRequest.
Constructor Details
#initialize(bottype = nil, domain = nil, starttime = nil, endtime = nil, offset = nil, limit = nil, area = nil, sortby = nil, filtername = nil, filteraction = nil, filterip = nil, domains = nil) ⇒ DescribeScdnBotRecordsRequest
Returns a new instance of DescribeScdnBotRecordsRequest.
5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 |
# File 'lib/v20180606/models.rb', line 5645 def initialize(bottype=nil, domain=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, area=nil, sortby=nil, filtername=nil, filteraction=nil, filterip=nil, domains=nil) @BotType = bottype @Domain = domain @StartTime = starttime @EndTime = endtime @Offset = offset @Limit = limit @Area = area @SortBy = sortby @FilterName = filtername @FilterAction = filteraction @FilterIp = filterip @Domains = domains end |
Instance Attribute Details
#Area ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def Area @Area end |
#BotType ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def BotType @BotType end |
#Domain ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def Domain @Domain end |
#Domains ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def Domains @Domains end |
#EndTime ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def EndTime @EndTime end |
#FilterAction ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def FilterAction @FilterAction end |
#FilterIp ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def FilterIp @FilterIp end |
#FilterName ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def FilterName @FilterName end |
#Limit ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def Limit @Limit end |
#Offset ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def Offset @Offset end |
#SortBy ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def SortBy @SortBy end |
#StartTime ⇒ Object
尚未支持的Action “captcha” 验证码
5643 5644 5645 |
# File 'lib/v20180606/models.rb', line 5643 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 |
# File 'lib/v20180606/models.rb', line 5660 def deserialize(params) @BotType = params['BotType'] @Domain = params['Domain'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Offset = params['Offset'] @Limit = params['Limit'] @Area = params['Area'] unless params['SortBy'].nil? @SortBy = [] params['SortBy'].each do |i| botsortby_tmp = BotSortBy.new botsortby_tmp.deserialize(i) @SortBy << botsortby_tmp end end @FilterName = params['FilterName'] @FilterAction = params['FilterAction'] @FilterIp = params['FilterIp'] @Domains = params['Domains'] end |