View Source GoogleApi.Sheets.V4.Model.DataSourceRefreshWeeklySchedule (google_api_sheets v0.34.0)

A 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. Only hours 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

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DataSourceRefreshWeeklySchedule{
  daysOfWeek: [String.t()] | nil,
  startTime: GoogleApi.Sheets.V4.Model.TimeOfDay.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.