campaigns

@JvmName(name = "getVehicleStatusResponseVehicleStatus")
fun Flow<GetVehicleStatusResponse>.campaigns(): Flow<VehicleStatus>

This paginator transforms the flow returned by getVehicleStatusPaginated to access the nested member VehicleStatus

Return

A kotlinx.coroutines.flow.Flow that can collect VehicleStatus