Class: TencentCloud::Waf::V20180125::DeleteIpAccessControlV2Request
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DeleteIpAccessControlV2Request
- Defined in:
- lib/v20180125/models.rb
Overview
DeleteIpAccessControlV2请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, ruleids = nil, deleteall = nil, sourcetype = nil, actiontype = nil) ⇒ DeleteIpAccessControlV2Request
constructor
A new instance of DeleteIpAccessControlV2Request.
Constructor Details
#initialize(domain = nil, ruleids = nil, deleteall = nil, sourcetype = nil, actiontype = nil) ⇒ DeleteIpAccessControlV2Request
Returns a new instance of DeleteIpAccessControlV2Request.
4962 4963 4964 4965 4966 4967 4968 |
# File 'lib/v20180125/models.rb', line 4962 def initialize(domain=nil, ruleids=nil, deleteall=nil, sourcetype=nil, actiontype=nil) @Domain = domain @RuleIds = ruleids @DeleteAll = deleteall @SourceType = sourcetype @ActionType = actiontype end |
Instance Attribute Details
#ActionType ⇒ Object
4960 4961 4962 |
# File 'lib/v20180125/models.rb', line 4960 def ActionType @ActionType end |
#DeleteAll ⇒ Object
4960 4961 4962 |
# File 'lib/v20180125/models.rb', line 4960 def DeleteAll @DeleteAll end |
#Domain ⇒ Object
4960 4961 4962 |
# File 'lib/v20180125/models.rb', line 4960 def Domain @Domain end |
#RuleIds ⇒ Object
4960 4961 4962 |
# File 'lib/v20180125/models.rb', line 4960 def RuleIds @RuleIds end |
#SourceType ⇒ Object
4960 4961 4962 |
# File 'lib/v20180125/models.rb', line 4960 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
4970 4971 4972 4973 4974 4975 4976 |
# File 'lib/v20180125/models.rb', line 4970 def deserialize(params) @Domain = params['Domain'] @RuleIds = params['RuleIds'] @DeleteAll = params['DeleteAll'] @SourceType = params['SourceType'] @ActionType = params['ActionType'] end |