View Source GoogleApi.Sheets.V4.Model.DataSourceRefreshDailySchedule (google_api_sheets v0.34.0)
A schedule for data to refresh every day in a given time interval.
Attributes
-
startTime
(type:GoogleApi.Sheets.V4.Model.TimeOfDay.t
, default:nil
) - The start time of a time interval in which a data source refresh is scheduled. Onlyhours
part is used. The time interval size defaults to that in the Sheets editor.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceRefreshDailySchedule{ startTime: GoogleApi.Sheets.V4.Model.TimeOfDay.t() | nil }