Class: TencentCloud::Yunjing::V20180228::ExportAttackLogsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::ExportAttackLogsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAttackLogs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportAttackLogsResponse
constructor
A new instance of ExportAttackLogsResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportAttackLogsResponse
Returns a new instance of ExportAttackLogsResponse.
4504 4505 4506 4507 4508 |
# File 'lib/v20180228/models.rb', line 4504 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
4502 4503 4504 |
# File 'lib/v20180228/models.rb', line 4502 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
4502 4503 4504 |
# File 'lib/v20180228/models.rb', line 4502 def RequestId @RequestId end |
#TaskId ⇒ Object
4502 4503 4504 |
# File 'lib/v20180228/models.rb', line 4502 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
4510 4511 4512 4513 4514 |
# File 'lib/v20180228/models.rb', line 4510 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |