Google Apps Script API
    Preparing search index...
    interface DateRange {
        endDate: string;
        startDate: string;
    }
    Index

    Properties

    Properties

    endDate: string

    The end date for filtering the data. Applies only dateRangeRequired is set to true. It will be in YYYY-MM-DD format.

    startDate: string

    The start date for filtering the data. Applies only if dateRangeRequired is set to true. It will be in YYYY-MM-DD format.