Module Values.EntitlementDataSource

Data associated with an entitlement resource.

Sourcetype nonrec t = {
  1. name : String_.t;
    (*

    Entitlement data name.

    *)
  2. value : String_.t option;
    (*

    Entitlement data value.

    *)
  3. unit : EntitlementDataUnit.t;
    (*

    Entitlement data unit.

    *)
}
Sourceval context_ : string
Sourceval make : ?value:??? -> name:String_.t -> unit:EntitlementDataUnit.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of String_.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