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 as defined by the user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of FlowErrorDeactivationThreshold.t
| `Long of ScheduleOffset.t
| `String of ScheduleExpression.t
| `Timestamp of Date.t ])
list ])
list ]