Google Apps Script API
    Preparing search index...
    interface ListTopicResponse {
        nextPageToken?: string;
        topic?: Topic[];
    }
    Index

    Properties

    nextPageToken?: string
    topic?: Topic[]