class Google::Apis::SheetsV4::DataSourceRefreshSchedule
will take place between 8 AM and 12 PM every day.
at 4 hours. For example, if you specify a start time of 8 AM , the refresh
the Scheduled Refresh button in the Sheets editor, but the interval is fixed
refreshed within a time interval. You can specify the start time by clicking
Schedule for refreshing the data source. Data sources in the spreadsheet are
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @daily_schedule = args[:daily_schedule] if args.key?(:daily_schedule) @enabled = args[:enabled] if args.key?(:enabled) @monthly_schedule = args[:monthly_schedule] if args.key?(:monthly_schedule) @next_run = args[:next_run] if args.key?(:next_run) @refresh_scope = args[:refresh_scope] if args.key?(:refresh_scope) @weekly_schedule = args[:weekly_schedule] if args.key?(:weekly_schedule) end