Class: TencentCloud::Yunjing::V20180228::ExportBruteAttacksResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::ExportBruteAttacksResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportBruteAttacks返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, requestid = nil) ⇒ ExportBruteAttacksResponse
constructor
A new instance of ExportBruteAttacksResponse.
Constructor Details
#initialize(downloadurl = nil, requestid = nil) ⇒ ExportBruteAttacksResponse
Returns a new instance of ExportBruteAttacksResponse.
4568 4569 4570 4571 |
# File 'lib/v20180228/models.rb', line 4568 def initialize(downloadurl=nil, requestid=nil) @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
4566 4567 4568 |
# File 'lib/v20180228/models.rb', line 4566 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
4566 4567 4568 |
# File 'lib/v20180228/models.rb', line 4566 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4573 4574 4575 4576 |
# File 'lib/v20180228/models.rb', line 4573 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |