Class: Google::Apis::SheetsV4::DataSourceRefreshDailySchedule

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb

Overview

A schedule for data to refresh every day in a given time interval.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DataSourceRefreshDailySchedule

Returns a new instance of DataSourceRefreshDailySchedule.



4119
4120
4121
# File 'lib/google/apis/sheets_v4/classes.rb', line 4119

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

Instance Attribute Details

#start_timeGoogle::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



4117
4118
4119
# File 'lib/google/apis/sheets_v4/classes.rb', line 4117

def start_time
  @start_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4124
4125
4126
# File 'lib/google/apis/sheets_v4/classes.rb', line 4124

def update!(**args)
  @start_time = args[:start_time] if args.key?(:start_time)
end