Reference documentation and code samples for the Google Maps FleetEngine V1 Client class ListVehiclesResponse.
ListVehicles
response message.
Generated from protobuf message maps.fleetengine.v1.ListVehiclesResponse
Namespace
Google \ Maps \ FleetEngine \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ vehicles
array< Vehicle
>
Vehicles matching the criteria in the request. The maximum number of vehicles returned is determined by the page_size
field in the request.
↳ next_page_token
string
Token to retrieve the next page of vehicles, or empty if there are no more vehicles that meet the request criteria.
↳ total_size
int|string
Required. Total number of vehicles matching the request criteria across all pages.
getVehicles
Vehicles matching the criteria in the request.
The maximum number of vehicles returned is determined by the page_size
field in the request.
setVehicles
Vehicles matching the criteria in the request.
The maximum number of vehicles returned is determined by the page_size
field in the request.
$this
getNextPageToken
Token to retrieve the next page of vehicles, or empty if there are no more vehicles that meet the request criteria.
string
setNextPageToken
Token to retrieve the next page of vehicles, or empty if there are no more vehicles that meet the request criteria.
var
string
$this
getTotalSize
Required. Total number of vehicles matching the request criteria across all pages.
int|string
setTotalSize
Required. Total number of vehicles matching the request criteria across all pages.
var
int|string
$this