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.
4475 4476 4477 |
# File 'lib/v20180125/models.rb', line 4475 def initialize(id=nil) @Id = id end |
Instance Attribute Details
#Id ⇒ Object
4473 4474 4475 |
# File 'lib/v20180125/models.rb', line 4473 def Id @Id end |
Instance Method Details
#deserialize(params) ⇒ Object
4479 4480 4481 |
# File 'lib/v20180125/models.rb', line 4479 def deserialize(params) @Id = params['Id'] end |