Google Apps Script API
    Preparing search index...
    interface CommentSnippet {
        authorChannelId?: object;
        authorChannelUrl?: string;
        authorDisplayName?: string;
        authorProfileImageUrl?: string;
        canRate?: boolean;
        channelId?: string;
        likeCount?: number;
        moderationStatus?: string;
        parentId?: string;
        publishedAt?: string;
        textDisplay?: string;
        textOriginal?: string;
        updatedAt?: string;
        videoId?: string;
        viewerRating?: string;
    }
    Index

    Properties

    authorChannelId?: object
    authorChannelUrl?: string
    authorDisplayName?: string
    authorProfileImageUrl?: string
    canRate?: boolean
    channelId?: string
    likeCount?: number
    moderationStatus?: string
    parentId?: string
    publishedAt?: string
    textDisplay?: string
    textOriginal?: string
    updatedAt?: string
    videoId?: string
    viewerRating?: string