DriverPartnerFleetResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the fleet | [default to null] |
| business_id | Long | ID of the business this fleet belongs to | [default to null] |
| business_name | String | Name of the business | [optional] [default to null] |
| name | String | Fleet name | [default to null] |
| phone | String | Fleet contact phone number | [optional] [default to null] |
| String | Fleet contact email address | [optional] [default to null] | |
| address | String | Fleet address | [optional] [default to null] |
| user_count | Long | Number of users assigned to this fleet | [default to null] |
| vehicle_count | Long | Number of vehicles assigned to this fleet | [default to null] |
| created_at | Date | Timestamp when the fleet was created | [default to null] |
| updated_at | Date | Timestamp when the fleet was last updated | [default to null] |