QnAItem interface

The core structure of a QnA item

Properties

createdDate

Time when the review was first created

id

Unique identifier of a QnA item

status

Get status of item

text

Text description of the QnA item

updatedDate

Time when the review was edited/updated

user

User details for the item.

Property Details

createdDate

Time when the review was first created

createdDate: Date

Property Value

Date

id

Unique identifier of a QnA item

id: number

Property Value

number

status

Get status of item

status: QnAItemStatus

Property Value

text

Text description of the QnA item

text: string

Property Value

string

updatedDate

Time when the review was edited/updated

updatedDate: Date

Property Value

Date

user

User details for the item.

user: UserIdentityRef

Property Value