Class: TencentCloud::Waf::V20180125::PostAttackDownloadTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::PostAttackDownloadTaskResponse
- Defined in:
- lib/v20180125/models.rb
Overview
PostAttackDownloadTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flow = nil, requestid = nil) ⇒ PostAttackDownloadTaskResponse
constructor
A new instance of PostAttackDownloadTaskResponse.
Constructor Details
#initialize(flow = nil, requestid = nil) ⇒ PostAttackDownloadTaskResponse
Returns a new instance of PostAttackDownloadTaskResponse.
17319 17320 17321 17322 |
# File 'lib/v20180125/models.rb', line 17319 def initialize(flow=nil, requestid=nil) @Flow = flow @RequestId = requestid end |
Instance Attribute Details
#Flow ⇒ Object
17317 17318 17319 |
# File 'lib/v20180125/models.rb', line 17317 def Flow @Flow end |
#RequestId ⇒ Object
17317 17318 17319 |
# File 'lib/v20180125/models.rb', line 17317 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
17324 17325 17326 17327 |
# File 'lib/v20180125/models.rb', line 17324 def deserialize(params) @Flow = params['Flow'] @RequestId = params['RequestId'] end |