Class: TencentCloud::Csip::V20221121::ModifyRiskCenterScanTaskResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::ModifyRiskCenterScanTaskResponse
- Defined in:
- lib/v20221121/models.rb
Overview
ModifyRiskCenterScanTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, status = nil, unauthasset = nil, requestid = nil) ⇒ ModifyRiskCenterScanTaskResponse
constructor
A new instance of ModifyRiskCenterScanTaskResponse.
Constructor Details
#initialize(taskid = nil, status = nil, unauthasset = nil, requestid = nil) ⇒ ModifyRiskCenterScanTaskResponse
Returns a new instance of ModifyRiskCenterScanTaskResponse.
10346 10347 10348 10349 10350 10351 |
# File 'lib/v20221121/models.rb', line 10346 def initialize(taskid=nil, status=nil, unauthasset=nil, requestid=nil) @TaskId = taskid @Status = status @UnAuthAsset = unauthasset @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10344 10345 10346 |
# File 'lib/v20221121/models.rb', line 10344 def RequestId @RequestId end |
#Status ⇒ Object
10344 10345 10346 |
# File 'lib/v20221121/models.rb', line 10344 def Status @Status end |
#TaskId ⇒ Object
10344 10345 10346 |
# File 'lib/v20221121/models.rb', line 10344 def TaskId @TaskId end |
#UnAuthAsset ⇒ Object
10344 10345 10346 |
# File 'lib/v20221121/models.rb', line 10344 def UnAuthAsset @UnAuthAsset end |
Instance Method Details
#deserialize(params) ⇒ Object
10353 10354 10355 10356 10357 10358 |
# File 'lib/v20221121/models.rb', line 10353 def deserialize(params) @TaskId = params['TaskId'] @Status = params['Status'] @UnAuthAsset = params['UnAuthAsset'] @RequestId = params['RequestId'] end |