Google Apps Script API
    Preparing search index...
    interface DatafeedFetchSchedule {
        dayOfMonth?: number;
        fetchUrl?: string;
        hour?: number;
        minuteOfHour?: number;
        password?: string;
        paused?: boolean;
        timeZone?: string;
        username?: string;
        weekday?: string;
    }
    Index

    Properties

    dayOfMonth?: number
    fetchUrl?: string
    hour?: number
    minuteOfHour?: number
    password?: string
    paused?: boolean
    timeZone?: string
    username?: string
    weekday?: string