Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Schema
DatafeedFetchSchedule
Interface DatafeedFetchSchedule
interface
DatafeedFetchSchedule
{
dayOfMonth
?:
number
;
fetchUrl
?:
string
;
hour
?:
number
;
minuteOfHour
?:
number
;
password
?:
string
;
paused
?:
boolean
;
timeZone
?:
string
;
username
?:
string
;
weekday
?:
string
;
}
Index
Properties
day
Of
Month?
fetch
Url?
hour?
minute
Of
Hour?
password?
paused?
time
Zone?
username?
weekday?
Properties
Optional
day
Of
Month
dayOfMonth
?:
number
Optional
fetch
Url
fetchUrl
?:
string
Optional
hour
hour
?:
number
Optional
minute
Of
Hour
minuteOfHour
?:
number
Optional
password
password
?:
string
Optional
paused
paused
?:
boolean
Optional
time
Zone
timeZone
?:
string
Optional
username
username
?:
string
Optional
weekday
weekday
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
day
Of
Month
fetch
Url
hour
minute
Of
Hour
password
paused
time
Zone
username
weekday
Google Apps Script API
Loading...