ReksResponseFeedback

Represents user feedback for a REKS response

Overview of ReksResponseFeedback goes here.

ReksResponseFeedback Properties

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

JSON Structure of ReksResponseFeedback

{
   "Comments"	:	"String",
   "Rating"	:	"[ReksResponseRating](/object-model/reksresponserating)"
}