Class: Google::Apis::SheetsV4::DataSourceRefreshDailySchedule
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::DataSourceRefreshDailySchedule
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb
Overview
A schedule for data to refresh every day in a given time interval.
Instance Attribute Summary collapse
-
#start_time ⇒ Google::Apis::SheetsV4::TimeOfDay
Represents a time of day.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataSourceRefreshDailySchedule
constructor
A new instance of DataSourceRefreshDailySchedule.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataSourceRefreshDailySchedule
Returns a new instance of DataSourceRefreshDailySchedule.
4029 4030 4031 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 4029 def initialize(**args) update!(**args) end |
Instance Attribute Details
#start_time ⇒ Google::Apis::SheetsV4::TimeOfDay
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
4027 4028 4029 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 4027 def start_time @start_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4034 4035 4036 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 4034 def update!(**args) @start_time = args[:start_time] if args.key?(:start_time) end |