Module Values_1.OpsEntitySource

The result of the query.

Sourcetype nonrec t = {
  1. id : OpsEntityId.t option;
    (*

    The query ID.

    *)
  2. data : OpsEntityItemMap.t option;
    (*

    The data returned by the query.

    *)
}
Sourceval make : ?id:??? -> ?data:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of OpsEntityItemKey.t ] * [> `Structure of (string * [> `List of [> `Map of ([> `String of Values_0.AttributeName.t ] * [> `String of Values_0.AttributeValue.t ]) list ] list | `String of OpsEntityItemCaptureTime.t ]) list ]) list | `String of OpsEntityId.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