Concern interface

The structure of a Concern Rather than defining a separate data structure having same fields as QnAItem, we are inheriting from the QnAItem.

Extends

Properties

category

Category of the concern

Inherited 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

category

Category of the concern

category: ConcernCategory

Property Value

Inherited Property Details

createdDate

Time when the review was first created

createdDate: Date

Property Value

Date

Inherited From QnAItem.createdDate

id

Unique identifier of a QnA item

id: number

Property Value

number

Inherited From QnAItem.id

status

Get status of item

status: QnAItemStatus

Property Value

Inherited From QnAItem.status

text

Text description of the QnA item

text: string

Property Value

string

Inherited From QnAItem.text

updatedDate

Time when the review was edited/updated

updatedDate: Date

Property Value

Date

Inherited From QnAItem.updatedDate

user

User details for the item.

user: UserIdentityRef

Property Value

Inherited From QnAItem.user