interface BatchPutGeofenceResponse {
    Errors: undefined | BatchPutGeofenceError[];
    Successes: undefined | BatchPutGeofenceSuccess[];
}

Hierarchy (view full)

Properties

Properties

Errors: undefined | BatchPutGeofenceError[]

Contains additional error details for each geofence that failed to be stored in a geofence collection.

Successes: undefined | BatchPutGeofenceSuccess[]

Contains each geofence that was successfully stored in a geofence collection.