GetReportMailingJobsResponse

@Serializable
data class GetReportMailingJobsResponse(val description: String? = null, val emailAttachmentFileFormat: EnumOptionData? = null, val emailMessage: String? = null, val emailRecipients: String? = null, val emailSubject: String? = null, val id: Long? = null, val isActive: Boolean? = null, val name: String? = null, val nextRunDateTime: LocalDateTime? = null, val numberOfRuns: Int? = null, val recurrence: String? = null, val runAsUserId: Long? = null, val startDateTime: LocalDateTime? = null, val stretchyReport: Any? = null, val stretchyReportParamMap: String? = null, val timeline: ReportMailingJobTimelineData? = null)

GetReportMailingJobsResponse

Parameters

description
emailAttachmentFileFormat
emailMessage
emailRecipients
emailSubject
id
isActive
name
nextRunDateTime
numberOfRuns
recurrence
runAsUserId
startDateTime
stretchyReport
stretchyReportParamMap
timeline

Constructors

Link copied to clipboard
constructor(description: String? = null, emailAttachmentFileFormat: EnumOptionData? = null, emailMessage: String? = null, emailRecipients: String? = null, emailSubject: String? = null, id: Long? = null, isActive: Boolean? = null, name: String? = null, nextRunDateTime: LocalDateTime? = null, numberOfRuns: Int? = null, recurrence: String? = null, runAsUserId: Long? = null, startDateTime: LocalDateTime? = null, stretchyReport: Any? = null, stretchyReportParamMap: String? = null, timeline: ReportMailingJobTimelineData? = null)

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val emailMessage: String? = null
Link copied to clipboard
val emailRecipients: String? = null
Link copied to clipboard
val emailSubject: String? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val isActive: Boolean? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val nextRunDateTime: LocalDateTime? = null
Link copied to clipboard
val numberOfRuns: Int? = null
Link copied to clipboard
val recurrence: String? = null
Link copied to clipboard
val runAsUserId: Long? = null
Link copied to clipboard
val startDateTime: LocalDateTime? = null
Link copied to clipboard
val stretchyReport: Any? = null
Link copied to clipboard
Link copied to clipboard