Class: TencentCloud::Cwp::V20180228::ExportSecurityTrendsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportSecurityTrendsResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportSecurityTrends返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, requestid = nil) ⇒ ExportSecurityTrendsResponse
constructor
A new instance of ExportSecurityTrendsResponse.
Constructor Details
#initialize(downloadurl = nil, requestid = nil) ⇒ ExportSecurityTrendsResponse
Returns a new instance of ExportSecurityTrendsResponse.
28840 28841 28842 28843 |
# File 'lib/v20180228/models.rb', line 28840 def initialize(downloadurl=nil, requestid=nil) @DownloadUrl = downloadurl @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
28838 28839 28840 |
# File 'lib/v20180228/models.rb', line 28838 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
28838 28839 28840 |
# File 'lib/v20180228/models.rb', line 28838 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
28845 28846 28847 28848 |
# File 'lib/v20180228/models.rb', line 28845 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @RequestId = params['RequestId'] end |