Values.BatchPutGeofenceSuccessSourceContains a summary of each geofence that was successfully stored in a given geofence collection.
type nonrec t = {geofenceId : Id.t option;The geofence successfully stored in a geofence collection.
*)createTime : Timestamp.t option;The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
*)updateTime : Timestamp.t option;The timestamp for when the geofence was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Id.t | `Timestamp of Timestamp.t ]) list ]