Class: TencentCloud::Cwp::V20180228::ExportBruteAttacksResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportBruteAttacksResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportBruteAttacks返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportBruteAttacksResponse
constructor
A new instance of ExportBruteAttacksResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportBruteAttacksResponse
Returns a new instance of ExportBruteAttacksResponse.
27538 27539 27540 27541 27542 |
# File 'lib/v20180228/models.rb', line 27538 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
27536 27537 27538 |
# File 'lib/v20180228/models.rb', line 27536 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
27536 27537 27538 |
# File 'lib/v20180228/models.rb', line 27536 def RequestId @RequestId end |
#TaskId ⇒ Object
27536 27537 27538 |
# File 'lib/v20180228/models.rb', line 27536 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
27544 27545 27546 27547 27548 |
# File 'lib/v20180228/models.rb', line 27544 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |