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.
28106 28107 28108 28109 28110 |
# File 'lib/v20180228/models.rb', line 28106 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
28104 28105 28106 |
# File 'lib/v20180228/models.rb', line 28104 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
28104 28105 28106 |
# File 'lib/v20180228/models.rb', line 28104 def RequestId @RequestId end |
#TaskId ⇒ Object
28104 28105 28106 |
# File 'lib/v20180228/models.rb', line 28104 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28112 28113 28114 28115 28116 |
# File 'lib/v20180228/models.rb', line 28112 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |