interface BatchDeleteGeofenceResponse {
    Errors: undefined | BatchDeleteGeofenceError[];
}

Hierarchy (view full)

Properties

Properties

Errors: undefined | BatchDeleteGeofenceError[]

Contains error details for each geofence that failed to delete.