Values.ItemSourceSourceThe structure representing the items in the response for SearchRasterDataCollection.
type nonrec t = {assets : AssetsMap.t option;This is a dictionary of Asset Objects data associated with the Item that can be downloaded or streamed, each with a unique key.
*)dateTime : Timestamp.t option;The searchable date and time of the item, in UTC.
*)geometry : Geometry.t option;The item Geometry in GeoJson format.
*)id : String_.t option;A unique Id for the source item.
*)properties : Properties.t option;This field contains additional properties of the item.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of (string * [> `String of String_.t ]) list ])
list
| `String of String_.t
| `Structure of
(string
* [> `Float of Float_.t
| `List of
[> `List of [> `List of [> `Double of Double.t ] list ] list ]
list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]