/* Options: Date: 2026-04-04 20:48:38 Version: 8.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://notifications.breastcancertrials.org.au //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: SendOutstandingQueryEmails.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* open class SendOutstandingQueryEmails : IReturn, IPost { var checkDate:Date? = null companion object { private val responseType = SendOutstandingQueryEmailsResponse::class.java } override fun getResponseType(): Any? = SendOutstandingQueryEmails.responseType } open class SendOutstandingQueryEmailsResponse { var responseStatus:ResponseStatus? = null var trialEmailCount:Int? = null var siteEmailCount:Int? = null }