DescribeFleetMetadataResponse constructor

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

Implementation

DescribeFleetMetadataResponse({
  this.companyCode,
  this.createdTime,
  this.displayName,
  this.fleetName,
  this.fleetStatus,
  this.lastUpdatedTime,
  this.optimizeForEndUserLocation,
  this.tags,
});