FleetSummary constructor

FleetSummary({
  1. String? companyCode,
  2. DateTime? createdTime,
  3. String? displayName,
  4. String? fleetArn,
  5. String? fleetName,
  6. FleetStatus? fleetStatus,
  7. DateTime? lastUpdatedTime,
  8. Map<String, String>? tags,
})

Implementation

FleetSummary({
  this.companyCode,
  this.createdTime,
  this.displayName,
  this.fleetArn,
  this.fleetName,
  this.fleetStatus,
  this.lastUpdatedTime,
  this.tags,
});