ReviewReply interface
Properties
id | Id of the reply |
is |
Flag for soft deletion |
product |
Version of the product when the reply was submitted or updated |
reply |
Content of the reply |
review |
Id of the review, to which this reply belongs |
title | Title of the reply |
updated |
Date the reply was submitted or updated |
user |
Id of the user who left the reply |
Property Details
id
Id of the reply
id: number
Property Value
number
isDeleted
Flag for soft deletion
isDeleted: boolean
Property Value
boolean
productVersion
Version of the product when the reply was submitted or updated
productVersion: string
Property Value
string
replyText
Content of the reply
replyText: string
Property Value
string
reviewId
Id of the review, to which this reply belongs
reviewId: number
Property Value
number
title
Title of the reply
title: string
Property Value
string
updatedDate
Date the reply was submitted or updated
updatedDate: Date
Property Value
Date
userId
Id of the user who left the reply
userId: string
Property Value
string