Module Values.RatingScaleItemSource

Defines the value and corresponding definition for one rating in a custom metric rating scale.

Sourcetype nonrec t = {
  1. definition : RatingScaleItemDefinition.t;
    (*

    Defines the definition for one rating in a custom metric rating scale.

    *)
  2. value : RatingScaleItemValue.t;
    (*

    Defines the value for one rating in a custom metric rating scale.

    *)
}
Sourceval context_ : string
Sourceval make : definition:RatingScaleItemDefinition.t -> value:RatingScaleItemValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RatingScaleItemDefinition.t | `Structure of (string * [> `Float of Float_.t | `String of RatingScaleItemValueStringValueString.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