UpdateFleetAttributesOutput constructor

UpdateFleetAttributesOutput({
  1. String? fleetId,
})

Implementation

UpdateFleetAttributesOutput({
  this.fleetId,
});