Raw comment entry that includes only a summary of the comment.

interface RawCommentEntrySummary {
    gd$extendedProperty: Entry<string, string>[];
    thr$in-reply-to: RawCommentReply;
    id: RawText;
    published: RawText;
    updated: RawText;
    title: RawTextTitle;
    link: RawEntryLink[];
    author: RawAuthor[];
    summary: RawTextTitle;
}

Hierarchy (view full)

Properties

gd$extendedProperty: Entry<string, string>[]

Extended properties attached to the comment, containing key-value pairs that can contain additional metadata or settings.

The exact usage and valid properties are determined by the API.

thr$in-reply-to: RawCommentReply

Reference to the parent resource this comment is replying to. Could be either a blog entry or another comment in a thread.

The id of the entry.

published: RawText

RFC 3339 date-time when the entry was published.

updated: RawText

RFC 3339 date-time when the entry was last updated.

The title of the entry.

link: RawEntryLink[]

The links of the entry.

author: RawAuthor[]

The authors who published or updated the entry.

summary: RawTextTitle

The summary content of the entry. Can contain HTML markup.