SurveyRespondent

class SurveyRespondent(val guid: String, val sid: String, val status: RespondentStatus, val uploadStatus: RespondentUploadStatus, val lastUploadTime: Date, val nextUploadTime: Date, val uploadRetry: Int, val deleted: Boolean)

Constructors

Link copied to clipboard
constructor(guid: String, sid: String, status: RespondentStatus, uploadStatus: RespondentUploadStatus, lastUploadTime: Date, nextUploadTime: Date, uploadRetry: Int, deleted: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sid: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard