Class: TencentCloud::Waf::V20180125::DeleteBatchIpAccessControlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DeleteBatchIpAccessControlResponse
- Defined in:
- lib/v20180125/models.rb
Overview
DeleteBatchIpAccessControl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteBatchIpAccessControlResponse
constructor
A new instance of DeleteBatchIpAccessControlResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteBatchIpAccessControlResponse
Returns a new instance of DeleteBatchIpAccessControlResponse.
4563 4564 4565 |
# File 'lib/v20180125/models.rb', line 4563 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4561 4562 4563 |
# File 'lib/v20180125/models.rb', line 4561 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4567 4568 4569 |
# File 'lib/v20180125/models.rb', line 4567 def deserialize(params) @RequestId = params['RequestId'] end |