Values.BatchDeleteDevicePositionHistoryRequestSourceDeletes the position history of one or more devices from a tracker resource.
type nonrec t = {trackerName : ResourceName.t;The name of the tracker resource to delete the device position history from.
*)deviceIds : BatchDeleteDevicePositionHistoryRequestDeviceIdsList.t;Devices whose position history you want to delete. For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
*)}val make :
trackerName:ResourceName.t ->
deviceIds:BatchDeleteDevicePositionHistoryRequestDeviceIdsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Id.t ] list | `String of ResourceName.t ])
list ]