Class: TencentCloud::Cwp::V20180228::ExportReverseShellEventsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportReverseShellEventsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportReverseShellEvents返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportReverseShellEventsResponse
constructor
A new instance of ExportReverseShellEventsResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportReverseShellEventsResponse
Returns a new instance of ExportReverseShellEventsResponse.
28567 28568 28569 28570 28571 |
# File 'lib/v20180228/models.rb', line 28567 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
28565 28566 28567 |
# File 'lib/v20180228/models.rb', line 28565 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
28565 28566 28567 |
# File 'lib/v20180228/models.rb', line 28565 def RequestId @RequestId end |
#TaskId ⇒ Object
28565 28566 28567 |
# File 'lib/v20180228/models.rb', line 28565 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28573 28574 28575 28576 28577 |
# File 'lib/v20180228/models.rb', line 28573 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |