Values_1.DateConditionSourceAn object to specify the hours of operation override date condition.
type nonrec t = {fieldName : Values_0.String_.t option;An object to specify the hours of operation override date field.
*)value : DateYearMonthDayFormat.t option;An object to specify the hours of operation override date value.
*)comparisonType : DateComparisonType.t option;An object to specify the hours of operation override date condition comparisonType.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]