class Google::Apis::SheetsV4::DataSourceRefreshWeeklySchedule

interval.
A weekly schedule for data to refresh on specific days in a given time

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @days_of_week = args[:days_of_week] if args.key?(:days_of_week)
  @start_time = args[:start_time] if args.key?(:start_time)
end