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.
5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 |
# File 'lib/v20180606/models.rb', line 5629 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” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def Area @Area end |
#BotType ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def BotType @BotType end |
#Domain ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def Domain @Domain end |
#Domains ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def Domains @Domains end |
#EndTime ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def EndTime @EndTime end |
#FilterAction ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def FilterAction @FilterAction end |
#FilterIp ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def FilterIp @FilterIp end |
#FilterName ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def FilterName @FilterName end |
#Limit ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def Limit @Limit end |
#Offset ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def Offset @Offset end |
#SortBy ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def SortBy @SortBy end |
#StartTime ⇒ Object
尚未支持的Action “captcha” 验证码
5627 5628 5629 |
# File 'lib/v20180606/models.rb', line 5627 def StartTime @StartTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 |
# File 'lib/v20180606/models.rb', line 5644 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 |