Google Apps Script API
    Preparing search index...
    interface Comment {
        anchor?: string;
        author?: GoogleAppsScript.Drive.Schema.User;
        commentId?: string;
        content?: string;
        context?: CommentContext;
        createdDate?: string;
        deleted?: boolean;
        fileId?: string;
        fileTitle?: string;
        htmlContent?: string;
        kind?: string;
        modifiedDate?: string;
        replies?: CommentReply[];
        selfLink?: string;
        status?: string;
    }
    Index

    Properties

    anchor?: string
    commentId?: string
    content?: string
    context?: CommentContext
    createdDate?: string
    deleted?: boolean
    fileId?: string
    fileTitle?: string
    htmlContent?: string
    kind?: string
    modifiedDate?: string
    replies?: CommentReply[]
    selfLink?: string
    status?: string