Represents user feedback for a REKS response
Overview of ReksResponseFeedback goes here.
ReksResponseFeedback
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Comments | String | ReksResponseFeedback | Gets or sets optional user comments |
| Rating | ReksResponseRating | ReksResponseFeedback | Gets or sets the rating for the response |
{
"Comments" : "String",
"Rating" : "[ReksResponseRating](/object-model/reksresponserating)"
}