Google Apps Script API
    Preparing search index...
    interface ListHistoryResponse {
        history?: History[];
        historyId?: string;
        nextPageToken?: string;
    }
    Index

    Properties

    history?: History[]
    historyId?: string
    nextPageToken?: string