Module Values.BatchGetDevicePositionRequestSource

Lists the latest device positions for requested devices.

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

    The tracker resource retrieving the device position.

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

    Devices whose position you want to retrieve. For example, for two devices: device-ids=DeviceId1&device-ids=DeviceId2

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Id.t ] list | `String of BatchGetDevicePositionRequestTrackerNameString.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