Values.BatchDeleteGeofenceRequestSourceDeletes a batch of geofences from a geofence collection. This operation deletes the resource permanently.
type nonrec t = {collectionName : ResourceName.t;The geofence collection storing the geofences to be deleted.
*)geofenceIds : BatchDeleteGeofenceRequestGeofenceIdsList.t;The batch of geofences to be deleted.
*)}val make :
collectionName:ResourceName.t ->
geofenceIds:BatchDeleteGeofenceRequestGeofenceIdsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Id.t ] list | `String of ResourceName.t ])
list ]