PutReportMailingJobsRequest

@Serializable
data class PutReportMailingJobsRequest(val dateFormat: String? = null, val locale: String? = null, val startDateTime: LocalDateTime? = null)

PutReportMailingJobsRequest

Parameters

dateFormat
locale
startDateTime

Constructors

Link copied to clipboard
constructor(dateFormat: String? = null, locale: String? = null, startDateTime: LocalDateTime? = null)

Properties

Link copied to clipboard
val dateFormat: String? = null
Link copied to clipboard
val locale: String? = null
Link copied to clipboard
val startDateTime: LocalDateTime? = null