Class: TencentCloud::Mmps::V20200710::DescribeScanTaskStatusRequest
- Inherits:
- 
      Common::AbstractModel
      
        - Object
- Common::AbstractModel
- TencentCloud::Mmps::V20200710::DescribeScanTaskStatusRequest
 
- Defined in:
- lib/v20200710/models.rb
Overview
DescribeScanTaskStatus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
- 
  
    
      #initialize(tasktype = nil, source = nil, taskid = nil, platform = nil)  ⇒ DescribeScanTaskStatusRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of DescribeScanTaskStatusRequest. 
Constructor Details
#initialize(tasktype = nil, source = nil, taskid = nil, platform = nil) ⇒ DescribeScanTaskStatusRequest
Returns a new instance of DescribeScanTaskStatusRequest.
| 1007 1008 1009 1010 1011 1012 | # File 'lib/v20200710/models.rb', line 1007 def initialize(tasktype=nil, source=nil, taskid=nil, platform=nil) @TaskType = tasktype @Source = source @TaskID = taskid @Platform = platform end | 
Instance Attribute Details
#Platform ⇒ Object
| 1005 1006 1007 | # File 'lib/v20200710/models.rb', line 1005 def Platform @Platform end | 
#Source ⇒ Object
| 1005 1006 1007 | # File 'lib/v20200710/models.rb', line 1005 def Source @Source end | 
#TaskID ⇒ Object
| 1005 1006 1007 | # File 'lib/v20200710/models.rb', line 1005 def TaskID @TaskID end | 
#TaskType ⇒ Object
| 1005 1006 1007 | # File 'lib/v20200710/models.rb', line 1005 def TaskType @TaskType end | 
Instance Method Details
#deserialize(params) ⇒ Object
| 1014 1015 1016 1017 1018 1019 | # File 'lib/v20200710/models.rb', line 1014 def deserialize(params) @TaskType = params['TaskType'] @Source = params['Source'] @TaskID = params['TaskID'] @Platform = params['Platform'] end |