Class: TencentCloud::Acp::V20220105::DescribeScanTaskReportUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Acp::V20220105::DescribeScanTaskReportUrlRequest
- Defined in:
- lib/v20220105/models.rb
Overview
DescribeScanTaskReportUrl请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(source = nil, platform = nil, taskid = nil, tasktype = nil, reporttype = nil) ⇒ DescribeScanTaskReportUrlRequest
constructor
A new instance of DescribeScanTaskReportUrlRequest.
Constructor Details
#initialize(source = nil, platform = nil, taskid = nil, tasktype = nil, reporttype = nil) ⇒ DescribeScanTaskReportUrlRequest
Returns a new instance of DescribeScanTaskReportUrlRequest.
596 597 598 599 600 601 602 |
# File 'lib/v20220105/models.rb', line 596 def initialize(source=nil, platform=nil, taskid=nil, tasktype=nil, reporttype=nil) @Source = source @Platform = platform @TaskID = taskid @TaskType = tasktype @ReportType = reporttype end |
Instance Attribute Details
#Platform ⇒ Object
594 595 596 |
# File 'lib/v20220105/models.rb', line 594 def Platform @Platform end |
#ReportType ⇒ Object
594 595 596 |
# File 'lib/v20220105/models.rb', line 594 def ReportType @ReportType end |
#Source ⇒ Object
594 595 596 |
# File 'lib/v20220105/models.rb', line 594 def Source @Source end |
#TaskID ⇒ Object
594 595 596 |
# File 'lib/v20220105/models.rb', line 594 def TaskID @TaskID end |
#TaskType ⇒ Object
594 595 596 |
# File 'lib/v20220105/models.rb', line 594 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
604 605 606 607 608 609 610 |
# File 'lib/v20220105/models.rb', line 604 def deserialize(params) @Source = params['Source'] @Platform = params['Platform'] @TaskID = params['TaskID'] @TaskType = params['TaskType'] @ReportType = params['ReportType'] end |