Values.ScheduleConfigurationSourceThe name of the data and how often it should be pulled from the source.
type nonrec t = {firstExecutionFrom : NonBlankString.t option;The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
*)object_ : Object.t option;The name of the object to pull from the data source.
*)scheduleExpression : NonBlankString.t;How often the data should be pulled from data source.
*)}val make :
?firstExecutionFrom:??? ->
?object_:??? ->
scheduleExpression:NonBlankString.t ->
unit ->
t