Class: TencentCloud::Mmps::V20200710::DescribeScanTaskReportUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mmps::V20200710::DescribeScanTaskReportUrlRequest
- Defined in:
- lib/v20200710/models.rb
Overview
DescribeScanTaskReportUrl请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(source = nil, taskid = nil, platform = nil, reporttype = nil, tasktype = nil) ⇒ DescribeScanTaskReportUrlRequest
constructor
A new instance of DescribeScanTaskReportUrlRequest.
Constructor Details
#initialize(source = nil, taskid = nil, platform = nil, reporttype = nil, tasktype = nil) ⇒ DescribeScanTaskReportUrlRequest
Returns a new instance of DescribeScanTaskReportUrlRequest.
945 946 947 948 949 950 951 |
# File 'lib/v20200710/models.rb', line 945 def initialize(source=nil, taskid=nil, platform=nil, reporttype=nil, tasktype=nil) @Source = source @TaskID = taskid @Platform = platform @ReportType = reporttype @TaskType = tasktype end |
Instance Attribute Details
#Platform ⇒ Object
943 944 945 |
# File 'lib/v20200710/models.rb', line 943 def Platform @Platform end |
#ReportType ⇒ Object
943 944 945 |
# File 'lib/v20200710/models.rb', line 943 def ReportType @ReportType end |
#Source ⇒ Object
943 944 945 |
# File 'lib/v20200710/models.rb', line 943 def Source @Source end |
#TaskID ⇒ Object
943 944 945 |
# File 'lib/v20200710/models.rb', line 943 def TaskID @TaskID end |
#TaskType ⇒ Object
943 944 945 |
# File 'lib/v20200710/models.rb', line 943 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
953 954 955 956 957 958 959 |
# File 'lib/v20200710/models.rb', line 953 def deserialize(params) @Source = params['Source'] @TaskID = params['TaskID'] @Platform = params['Platform'] @ReportType = params['ReportType'] @TaskType = params['TaskType'] end |