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
created |
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 |
updated |
Time when the review was edited/updated |
user | User details for the item. |
Property Details
category
Inherited Property Details
createdDate
Time when the review was first created
createdDate: Date
Property Value
Date
Inherited From QnAItem.createdDate
id
status
text
updatedDate
Time when the review was edited/updated
updatedDate: Date
Property Value
Date
Inherited From QnAItem.updatedDate