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.
39039 39040 39041 39042 39043 39044 39045 |
# File 'lib/v20180228/models.rb', line 39039 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
39037 39038 39039 |
# File 'lib/v20180228/models.rb', line 39037 def LatestEndTime @LatestEndTime end |
#LatestStartTime ⇒ Object
39037 39038 39039 |
# File 'lib/v20180228/models.rb', line 39037 def LatestStartTime @LatestStartTime end |
#RequestId ⇒ Object
39037 39038 39039 |
# File 'lib/v20180228/models.rb', line 39037 def RequestId @RequestId end |
#State ⇒ Object
39037 39038 39039 |
# File 'lib/v20180228/models.rb', line 39037 def State @State end |
#TaskId ⇒ Object
39037 39038 39039 |
# File 'lib/v20180228/models.rb', line 39037 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
39047 39048 39049 39050 39051 39052 39053 |
# File 'lib/v20180228/models.rb', line 39047 def deserialize(params) @State = params['State'] @LatestStartTime = params['LatestStartTime'] @LatestEndTime = params['LatestEndTime'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |