Module Values.UtilizationByTimeSource

The amount of utilization, in hours.

Sourcetype nonrec t = {
  1. timePeriod : DateInterval.t option;
    (*

    The period of time that this utilization was used for.

    *)
  2. groups : ReservationUtilizationGroups.t option;
    (*

    The groups that this utilization result uses.

    *)
  3. total : ReservationAggregates.t option;
    (*

    The total number of reservation hours that were used.

    *)
}
Sourceval make : ?timePeriod:??? -> ?groups:??? -> ?total:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of AttributeType.t ] * [> `String of AttributeValue.t ]) list | `String of ReservationGroupKey.t | `Structure of (string * [> `String of UtilizationPercentage.t ]) list ]) list ] list | `Structure of (string * [> `String of YearMonthDay.t ]) list ]) 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