Class: TencentCloud::Acp::V20220105::DescribeScanTaskStatusRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Acp::V20220105::DescribeScanTaskStatusRequest
- Defined in:
- lib/v20220105/models.rb
Overview
DescribeScanTaskStatus请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(source = nil, platform = nil, taskid = nil, tasktype = nil) ⇒ DescribeScanTaskStatusRequest
constructor
A new instance of DescribeScanTaskStatusRequest.
Constructor Details
#initialize(source = nil, platform = nil, taskid = nil, tasktype = nil) ⇒ DescribeScanTaskStatusRequest
Returns a new instance of DescribeScanTaskStatusRequest.
658 659 660 661 662 663 |
# File 'lib/v20220105/models.rb', line 658 def initialize(source=nil, platform=nil, taskid=nil, tasktype=nil) @Source = source @Platform = platform @TaskID = taskid @TaskType = tasktype end |
Instance Attribute Details
#Platform ⇒ Object
656 657 658 |
# File 'lib/v20220105/models.rb', line 656 def Platform @Platform end |
#Source ⇒ Object
656 657 658 |
# File 'lib/v20220105/models.rb', line 656 def Source @Source end |
#TaskID ⇒ Object
656 657 658 |
# File 'lib/v20220105/models.rb', line 656 def TaskID @TaskID end |
#TaskType ⇒ Object
656 657 658 |
# File 'lib/v20220105/models.rb', line 656 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
665 666 667 668 669 670 |
# File 'lib/v20220105/models.rb', line 665 def deserialize(params) @Source = params['Source'] @Platform = params['Platform'] @TaskID = params['TaskID'] @TaskType = params['TaskType'] end |