Class: TencentCloud::Cfw::V20190904::DescribeBlockIgnoreListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DescribeBlockIgnoreListRequest
- Defined in:
- lib/v20190904/models.rb
Overview
DescribeBlockIgnoreList请求参数结构体
Instance Attribute Summary collapse
-
#By ⇒ Object
whitelist 白名单列表.
-
#Direction ⇒ Object
whitelist 白名单列表.
-
#Limit ⇒ Object
whitelist 白名单列表.
-
#Offset ⇒ Object
whitelist 白名单列表.
-
#Order ⇒ Object
whitelist 白名单列表.
-
#RuleType ⇒ Object
whitelist 白名单列表.
-
#SearchValue ⇒ Object
whitelist 白名单列表.
-
#ShowType ⇒ Object
whitelist 白名单列表.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(limit = nil, offset = nil, direction = nil, order = nil, by = nil, searchvalue = nil, ruletype = nil, showtype = nil) ⇒ DescribeBlockIgnoreListRequest
constructor
A new instance of DescribeBlockIgnoreListRequest.
Constructor Details
#initialize(limit = nil, offset = nil, direction = nil, order = nil, by = nil, searchvalue = nil, ruletype = nil, showtype = nil) ⇒ DescribeBlockIgnoreListRequest
Returns a new instance of DescribeBlockIgnoreListRequest.
2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 |
# File 'lib/v20190904/models.rb', line 2974 def initialize(limit=nil, offset=nil, direction=nil, order=nil, by=nil, searchvalue=nil, ruletype=nil, showtype=nil) @Limit = limit @Offset = offset @Direction = direction @Order = order @By = by @SearchValue = searchvalue @RuleType = ruletype @ShowType = showtype end |
Instance Attribute Details
#By ⇒ Object
whitelist 白名单列表
2972 2973 2974 |
# File 'lib/v20190904/models.rb', line 2972 def By @By end |
#Direction ⇒ Object
whitelist 白名单列表
2972 2973 2974 |
# File 'lib/v20190904/models.rb', line 2972 def Direction @Direction end |
#Limit ⇒ Object
whitelist 白名单列表
2972 2973 2974 |
# File 'lib/v20190904/models.rb', line 2972 def Limit @Limit end |
#Offset ⇒ Object
whitelist 白名单列表
2972 2973 2974 |
# File 'lib/v20190904/models.rb', line 2972 def Offset @Offset end |
#Order ⇒ Object
whitelist 白名单列表
2972 2973 2974 |
# File 'lib/v20190904/models.rb', line 2972 def Order @Order end |
#RuleType ⇒ Object
whitelist 白名单列表
2972 2973 2974 |
# File 'lib/v20190904/models.rb', line 2972 def RuleType @RuleType end |
#SearchValue ⇒ Object
whitelist 白名单列表
2972 2973 2974 |
# File 'lib/v20190904/models.rb', line 2972 def SearchValue @SearchValue end |
#ShowType ⇒ Object
whitelist 白名单列表
2972 2973 2974 |
# File 'lib/v20190904/models.rb', line 2972 def ShowType @ShowType end |
Instance Method Details
#deserialize(params) ⇒ Object
2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 |
# File 'lib/v20190904/models.rb', line 2985 def deserialize(params) @Limit = params['Limit'] @Offset = params['Offset'] @Direction = params['Direction'] @Order = params['Order'] @By = params['By'] @SearchValue = params['SearchValue'] @RuleType = params['RuleType'] @ShowType = params['ShowType'] end |