Module GapiSheetsV4Model.DataSourceRefreshDailyScheduleSource

Sourcetype t = {
  1. startTime : TimeOfDay.t;
    (*

    The start time of a time interval in which a data source refresh is scheduled. Only `hours` part is used. The time interval size defaults to that in the Sheets editor.

    *)
}
Sourceval startTime : (t, TimeOfDay.t) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t