Class: TencentCloud::Waf::V20180125::DeleteIpAccessControlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DeleteIpAccessControlRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DeleteIpAccessControl请求参数结构体
Instance Attribute Summary collapse
- #ActionType ⇒ Object
- #DeleteAll ⇒ Object
- #Domain ⇒ Object
- #IsId ⇒ Object
- #Items ⇒ Object
- #SourceType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, items = nil, isid = nil, deleteall = nil, sourcetype = nil, actiontype = nil) ⇒ DeleteIpAccessControlRequest
constructor
A new instance of DeleteIpAccessControlRequest.
Constructor Details
#initialize(domain = nil, items = nil, isid = nil, deleteall = nil, sourcetype = nil, actiontype = nil) ⇒ DeleteIpAccessControlRequest
Returns a new instance of DeleteIpAccessControlRequest.
4904 4905 4906 4907 4908 4909 4910 4911 |
# File 'lib/v20180125/models.rb', line 4904 def initialize(domain=nil, items=nil, isid=nil, deleteall=nil, sourcetype=nil, actiontype=nil) @Domain = domain @Items = items @IsId = isid @DeleteAll = deleteall @SourceType = sourcetype @ActionType = actiontype end |
Instance Attribute Details
#ActionType ⇒ Object
4902 4903 4904 |
# File 'lib/v20180125/models.rb', line 4902 def ActionType @ActionType end |
#DeleteAll ⇒ Object
4902 4903 4904 |
# File 'lib/v20180125/models.rb', line 4902 def DeleteAll @DeleteAll end |
#Domain ⇒ Object
4902 4903 4904 |
# File 'lib/v20180125/models.rb', line 4902 def Domain @Domain end |
#IsId ⇒ Object
4902 4903 4904 |
# File 'lib/v20180125/models.rb', line 4902 def IsId @IsId end |
#Items ⇒ Object
4902 4903 4904 |
# File 'lib/v20180125/models.rb', line 4902 def Items @Items end |
#SourceType ⇒ Object
4902 4903 4904 |
# File 'lib/v20180125/models.rb', line 4902 def SourceType @SourceType end |
Instance Method Details
#deserialize(params) ⇒ Object
4913 4914 4915 4916 4917 4918 4919 4920 |
# File 'lib/v20180125/models.rb', line 4913 def deserialize(params) @Domain = params['Domain'] @Items = params['Items'] @IsId = params['IsId'] @DeleteAll = params['DeleteAll'] @SourceType = params['SourceType'] @ActionType = params['ActionType'] end |