Collector constructor

Collector({
  1. String? bucket,
  2. String? clientVersion,
  3. int? collectionDays,
  4. String? createTime,
  5. String? description,
  6. String? displayName,
  7. String? eulaUri,
  8. String? expectedAssetCount,
  9. GuestOsScan? guestOsScan,
  10. Map<String, String>? labels,
  11. String? name,
  12. String? serviceAccount,
  13. String? state,
  14. String? updateTime,
  15. VSphereScan? vsphereScan,
})

Implementation

Collector({
  this.bucket,
  this.clientVersion,
  this.collectionDays,
  this.createTime,
  this.description,
  this.displayName,
  this.eulaUri,
  this.expectedAssetCount,
  this.guestOsScan,
  this.labels,
  this.name,
  this.serviceAccount,
  this.state,
  this.updateTime,
  this.vsphereScan,
});