class Google::Apis::SheetsV4::DataSourceRefreshMonthlySchedule
given time interval.
A monthly schedule for data to refresh on specific days in the month in a
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @days_of_month = args[:days_of_month] if args.key?(:days_of_month) @start_time = args[:start_time] if args.key?(:start_time) end