Module Values.GetGeofenceRequestSource

Retrieves the geofence details from a geofence collection. The returned geometry will always match the geometry format used when the geofence was created.

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

    The geofence collection storing the target geofence.

    *)
  2. geofenceId : Id.t;
    (*

    The geofence you're retrieving details for.

    *)
}
Sourceval context_ : string
Sourceval make : collectionName:ResourceName.t -> geofenceId:Id.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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