GoogleApi.Sheets.V4.Model.DataSourceRefreshWeeklySchedule (google_api_sheets v0.35.0)
View SourceA weekly schedule for data to refresh on specific days in a given time interval.
Attributes
-
daysOfWeek(type:list(String.t), default:nil) - Days of the week to refresh. At least one day must be specified. -
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. Onlyhourspart 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.DataSourceRefreshWeeklySchedule{ daysOfWeek: [String.t()] | nil, startTime: GoogleApi.Sheets.V4.Model.TimeOfDay.t() | nil }