Module Values.BatchDeleteDevicePositionHistoryRequestSource

Deletes the position history of one or more devices from a tracker resource.

Sourcetype nonrec t = {
  1. trackerName : ResourceName.t;
    (*

    The name of the tracker resource to delete the device position history from.

    *)
  2. deviceIds : BatchDeleteDevicePositionHistoryRequestDeviceIdsList.t;
    (*

    Devices whose position history you want to delete. For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Id.t ] list | `String of ResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t