class Google::Apis::SheetsV4::DataSourceRefreshDailySchedule
A schedule for data to refresh every day in a given time interval.
Attributes
start_time[RW]
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`. Corresponds to the JSON property `startTime` @return [Google::Apis::SheetsV4::TimeOfDay]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4031 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sheets_v4/classes.rb, line 4036 def update!(**args) @start_time = args[:start_time] if args.key?(:start_time) end