ReportMailingJobRunHistoryData

@Serializable
data class ReportMailingJobRunHistoryData(val endDateTime: LocalDateTime? = null, val errorLog: String? = null, val errorMessage: String? = null, val id: Long? = null, val reportMailingJobId: Long? = null, val startDateTime: LocalDateTime? = null, val status: String? = null)

Parameters

endDateTime
errorLog
errorMessage
id
reportMailingJobId
startDateTime
status

Constructors

Link copied to clipboard
constructor(endDateTime: LocalDateTime? = null, errorLog: String? = null, errorMessage: String? = null, id: Long? = null, reportMailingJobId: Long? = null, startDateTime: LocalDateTime? = null, status: String? = null)

Properties

Link copied to clipboard
val endDateTime: LocalDateTime? = null
Link copied to clipboard
val errorLog: String? = null
Link copied to clipboard
val errorMessage: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
Link copied to clipboard
val startDateTime: LocalDateTime? = null
Link copied to clipboard
val status: String? = null