Properties
bodyMarkdown
bodyMarkdown: string | null
commentCount
commentCount: number | null
creationDate
creationDate: Date | null
downVoteCount
downVoteCount: number | null
downvoted
downvoted: boolean | null
lastActivityDate
lastActivityDate: Date | null
lastEditDate
lastEditDate: Date | null
postId
postId: number | null
postType
postType: "question" | "answer" | null
score
score: number | null
shareLink
shareLink: string | null
title
title: string | null
upVoteCount
upVoteCount: number | null
upvoted
upvoted: boolean | null
The equivalent of Type post.
This object represents the intersection of the Question and Answer objects.
It's used in cases where it would be beneficial to mix Questions and Answers in a response.