Values.FieldSourceIndicates the field or attribute of a resource or data structure on which a condition is being applied or evaluated.
type nonrec t = {aggregation : FieldAggregationType.t option;(Optional) Indicates the type of aggregation or summary operation (such as Sum, Average, and so on) to be performed on a particular field or set of data.
*)name : String255.t;Name of the field.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of String255.t ]) list ]