Google Apps Script API
    Preparing search index...
    interface CommentThreadsCollection {
        insert(resource: CommentThread, part: string): CommentThread;
        list(part: string): CommentThreadListResponse;
        list(part: string, optionalArgs: object): CommentThreadListResponse;
        update(resource: CommentThread, part: string): CommentThread;
    }
    Index

    Methods