Values_1.TopicRefreshScheduleSourceA structure that represents a topic refresh schedule.
type nonrec t = {isEnabled : NullableBoolean.t;A Boolean value that controls whether to schedule is enabled.
*)basedOnSpiceSchedule : Values_0.Boolean.t;A Boolean value that controls whether to schedule runs at the same schedule that is specified in SPICE dataset.
*)startingAt : Values_0.Timestamp.t option;The starting date and time for the refresh schedule.
*)timezone : Values_0.LimitedString.t option;The timezone that you want the refresh schedule to use.
*)repeatAt : Values_0.LimitedString.t option;The time of day when the refresh should run, for example, Monday-Sunday.
*)topicScheduleType : TopicScheduleType.t option;The type of refresh schedule. Valid values for this structure are HOURLY, DAILY, WEEKLY, and MONTHLY.
*)}val make :
?startingAt:??? ->
?timezone:??? ->
?repeatAt:??? ->
?topicScheduleType:??? ->
isEnabled:NullableBoolean.t ->
basedOnSpiceSchedule:Values_0.Boolean.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `String of Values_0.LimitedString.t
| `Timestamp of Values_0.Timestamp.t ])
list ]