ZyncJobStatusFeedback

data class ZyncJobStatusFeedback(val rating: String, val message: String? = null)

Feedback model for job status updates. Contains rating and optional message from the user.

Constructors

Link copied to clipboard
constructor(rating: String, message: String? = null)

Properties

Link copied to clipboard
val message: String? = null

Optional message accompanying the rating

Link copied to clipboard

Rating value for the job status update