Class: TencentCloud::Waf::V20180125::DeleteAttackDownloadRecordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DeleteAttackDownloadRecordResponse
- Defined in:
- lib/v20180125/models.rb
Overview
DeleteAttackDownloadRecord返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteAttackDownloadRecordResponse
constructor
A new instance of DeleteAttackDownloadRecordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteAttackDownloadRecordResponse
Returns a new instance of DeleteAttackDownloadRecordResponse.
2611 2612 2613 |
# File 'lib/v20180125/models.rb', line 2611 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2609 2610 2611 |
# File 'lib/v20180125/models.rb', line 2609 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2615 2616 2617 |
# File 'lib/v20180125/models.rb', line 2615 def deserialize(params) @RequestId = params['RequestId'] end |