Module Values.ResourcesCountSource

Contains counts of resources for trend analysis.

Sourcetype nonrec t = {
  1. allResources : TrendsValueCount.t option;
    (*

    The total count of all resources for the given time interval.

    *)
}
Sourceval make : ?allResources:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of TrendsValueCount.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