Google Apps Script API
    Preparing search index...
    interface CommentThreadSnippet {
        canReply?: boolean;
        channelId?: string;
        isPublic?: boolean;
        topLevelComment?: GoogleAppsScript.YouTube.Schema.Comment;
        totalReplyCount?: number;
        videoId?: string;
    }
    Index

    Properties

    canReply?: boolean
    channelId?: string
    isPublic?: boolean
    totalReplyCount?: number
    videoId?: string