View Source GoogleApi.Sheets.V4.Model.DataSourceRefreshMonthlySchedule (google_api_sheets v0.34.0)
A monthly schedule for data to refresh on specific days in the month in a given time interval.
Attributes
-
daysOfMonth
(type:list(integer())
, default:nil
) - Days of the month to refresh. Only 1-28 are supported, mapping to the 1st to the 28th day. 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. 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.DataSourceRefreshMonthlySchedule{ daysOfMonth: [integer()] | nil, startTime: GoogleApi.Sheets.V4.Model.TimeOfDay.t() | nil }