Google Apps Script API
    Preparing search index...
    interface PageAdvancedParameters {
        includeDeleted?: boolean;
        includeDrafts?: boolean;
        max?: number;
        search?: string;
        start?: number;
        type?: GoogleAppsScript.Sites.PageType[];
    }
    Index

    Properties

    includeDeleted?: boolean

    whether to include deleted pages (default false)

    includeDrafts?: boolean

    whether to include draft pages (default false)

    max?: number

    the max number of results (default 200)

    search?: string

    only return pages matching this query

    start?: number

    start the results here

    only get pages of this type