Class: TencentCloud::Waf::V20180125::DeleteAttackDownloadRecordRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DeleteAttackDownloadRecordRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DeleteAttackDownloadRecord请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil) ⇒ DeleteAttackDownloadRecordRequest
constructor
A new instance of DeleteAttackDownloadRecordRequest.
Constructor Details
#initialize(id = nil) ⇒ DeleteAttackDownloadRecordRequest
Returns a new instance of DeleteAttackDownloadRecordRequest.
2595 2596 2597 |
# File 'lib/v20180125/models.rb', line 2595 def initialize(id=nil) @Id = id end |
Instance Attribute Details
#Id ⇒ Object
2593 2594 2595 |
# File 'lib/v20180125/models.rb', line 2593 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
2599 2600 2601 |
# File 'lib/v20180125/models.rb', line 2599 def deserialize(params) @Id = params['Id'] end |