Class: TencentCloud::Acp::V20220105::DescribeScanTaskReportUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Acp::V20220105::DescribeScanTaskReportUrlResponse
- Defined in:
- lib/v20220105/models.rb
Overview
DescribeScanTaskReportUrl返回参数结构体
Instance Attribute Summary collapse
- #ReportResult ⇒ Object
- #ReportTitle ⇒ Object
- #ReportUrl ⇒ Object
- #RequestId ⇒ Object
- #Result ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, reporturl = nil, reporttitle = nil, reportresult = nil, requestid = nil) ⇒ DescribeScanTaskReportUrlResponse
constructor
A new instance of DescribeScanTaskReportUrlResponse.
Constructor Details
#initialize(result = nil, reporturl = nil, reporttitle = nil, reportresult = nil, requestid = nil) ⇒ DescribeScanTaskReportUrlResponse
Returns a new instance of DescribeScanTaskReportUrlResponse.
628 629 630 631 632 633 634 |
# File 'lib/v20220105/models.rb', line 628 def initialize(result=nil, reporturl=nil, reporttitle=nil, reportresult=nil, requestid=nil) @Result = result @ReportUrl = reporturl @ReportTitle = reporttitle @ReportResult = reportresult @RequestId = requestid end |
Instance Attribute Details
#ReportResult ⇒ Object
626 627 628 |
# File 'lib/v20220105/models.rb', line 626 def ReportResult @ReportResult end |
#ReportTitle ⇒ Object
626 627 628 |
# File 'lib/v20220105/models.rb', line 626 def ReportTitle @ReportTitle end |
#ReportUrl ⇒ Object
626 627 628 |
# File 'lib/v20220105/models.rb', line 626 def ReportUrl @ReportUrl end |
#RequestId ⇒ Object
626 627 628 |
# File 'lib/v20220105/models.rb', line 626 def RequestId @RequestId end |
#Result ⇒ Object
626 627 628 |
# File 'lib/v20220105/models.rb', line 626 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
636 637 638 639 640 641 642 |
# File 'lib/v20220105/models.rb', line 636 def deserialize(params) @Result = params['Result'] @ReportUrl = params['ReportUrl'] @ReportTitle = params['ReportTitle'] @ReportResult = params['ReportResult'] @RequestId = params['RequestId'] end |