RespondentUploadPayload

class RespondentUploadPayload(val respondentId: Int, val responseId: Int, val respondentValues: Map<String, String?>, val responseValues: Map<String, String?>, val responseControlValues: Map<String, String?>, val digitalFeedbackContext: DigitalFeedbackContextPayload?, val interviewHistory: List<String>, val interviewId: Int)

Constructors

Link copied to clipboard
constructor(respondentId: Int, responseId: Int, respondentValues: Map<String, String?>, responseValues: Map<String, String?>, responseControlValues: Map<String, String?>, digitalFeedbackContext: DigitalFeedbackContextPayload?, interviewHistory: List<String>, interviewId: Int)

Properties

Link copied to clipboard
@SerializedName(value = "DigitalFeedbackContext")
val digitalFeedbackContext: DigitalFeedbackContextPayload?
Link copied to clipboard
@SerializedName(value = "InterviewHistory")
val interviewHistory: List<String>
Link copied to clipboard
@SerializedName(value = "InterviewId")
val interviewId: Int
Link copied to clipboard
@SerializedName(value = "RespondentId")
val respondentId: Int
Link copied to clipboard
@SerializedName(value = "RespondentValues")
val respondentValues: Map<String, String?>
Link copied to clipboard
@SerializedName(value = "ResponseControlValues")
val responseControlValues: Map<String, String?>
Link copied to clipboard
@SerializedName(value = "ResponseId")
val responseId: Int
Link copied to clipboard
@SerializedName(value = "ResponseValues")
val responseValues: Map<String, String?>