Google Apps Script API
    Preparing search index...
    interface CommentReply {
        author?: GoogleAppsScript.Drive.Schema.User;
        content?: string;
        createdDate?: string;
        deleted?: boolean;
        htmlContent?: string;
        kind?: string;
        modifiedDate?: string;
        replyId?: string;
        verb?: string;
    }
    Index

    Properties

    content?: string
    createdDate?: string
    deleted?: boolean
    htmlContent?: string
    kind?: string
    modifiedDate?: string
    replyId?: string
    verb?: string