Values.TriggerPropertiesSourceSpecifies the configuration details that control the trigger for a flow. Currently, these settings only apply to the Scheduled trigger type.
type nonrec t = {scheduled : ScheduledTriggerProperties.t option;Specifies the configuration details of a schedule-triggered flow that you define.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Long of ScheduleOffset.t
| `String of ScheduleExpression.t
| `Timestamp of Date.t ])
list ])
list ]