Collector constructor
Collector({
- String? bucket,
- String? clientVersion,
- int? collectionDays,
- String? createTime,
- String? description,
- String? displayName,
- String? eulaUri,
- String? expectedAssetCount,
- GuestOsScan? guestOsScan,
- Map<
String, String> ? labels, - String? name,
- String? serviceAccount,
- String? state,
- String? updateTime,
- 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,
});