Class: TencentCloud::Cwp::V20180228::SyncAssetScanResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::SyncAssetScanResponse
- Defined in:
- lib/v20180228/models.rb
Overview
SyncAssetScan返回参数结构体
Instance Attribute Summary collapse
- #LatestEndTime ⇒ Object
- #LatestStartTime ⇒ Object
- #RequestId ⇒ Object
- #State ⇒ Object
- #TaskId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(state = nil, lateststarttime = nil, latestendtime = nil, taskid = nil, requestid = nil) ⇒ SyncAssetScanResponse
constructor
A new instance of SyncAssetScanResponse.
Constructor Details
#initialize(state = nil, lateststarttime = nil, latestendtime = nil, taskid = nil, requestid = nil) ⇒ SyncAssetScanResponse
Returns a new instance of SyncAssetScanResponse.
39477 39478 39479 39480 39481 39482 39483 |
# File 'lib/v20180228/models.rb', line 39477 def initialize(state=nil, lateststarttime=nil, latestendtime=nil, taskid=nil, requestid=nil) @State = state @LatestStartTime = lateststarttime @LatestEndTime = latestendtime @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#LatestEndTime ⇒ Object
39475 39476 39477 |
# File 'lib/v20180228/models.rb', line 39475 def LatestEndTime @LatestEndTime end |
#LatestStartTime ⇒ Object
39475 39476 39477 |
# File 'lib/v20180228/models.rb', line 39475 def LatestStartTime @LatestStartTime end |
#RequestId ⇒ Object
39475 39476 39477 |
# File 'lib/v20180228/models.rb', line 39475 def RequestId @RequestId end |
#State ⇒ Object
39475 39476 39477 |
# File 'lib/v20180228/models.rb', line 39475 def State @State end |
#TaskId ⇒ Object
39475 39476 39477 |
# File 'lib/v20180228/models.rb', line 39475 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
39485 39486 39487 39488 39489 39490 39491 |
# File 'lib/v20180228/models.rb', line 39485 def deserialize(params) @State = params['State'] @LatestStartTime = params['LatestStartTime'] @LatestEndTime = params['LatestEndTime'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |