Google Apps Script API
    Preparing search index...
    interface ReportSchedule {
        active?: boolean;
        every?: number;
        expirationDate?: string;
        repeats?: string;
        repeatsOnWeekDays?: string[];
        runsOnDayOfMonth?: string;
        startDate?: string;
    }
    Index

    Properties

    active?: boolean
    every?: number
    expirationDate?: string
    repeats?: string
    repeatsOnWeekDays?: string[]
    runsOnDayOfMonth?: string
    startDate?: string