Module Values.BatchPutGeofenceRequestSource

A batch request for storing geofence geometries into a given geofence collection, or updates the geometry of an existing geofence if a geofence ID is included in the request.

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

    The geofence collection storing the geofences.

    *)
  2. entries : BatchPutGeofenceRequestEntriesList.t;
    (*

    The batch of geofences to be stored in a geofence collection.

    *)
}
Sourceval context_ : string
Sourceval make : collectionName:ResourceName.t -> entries:BatchPutGeofenceRequestEntriesList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of PropertyMapKeyString.t ] * [> `String of PropertyMapValueString.t ]) list | `String of Id.t | `Structure of (string * [> `Blob of Base64EncodedGeobuf.t | `List of [> `List of [> `List of [> `Double of Double.t | `List of [> `Double of Double.t ] list ] list ] list ] list | `Structure of (string * [> `Double of SensitiveDouble.t | `List of [> `Double of Double.t ] list ]) list ]) list ]) list ] 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