(* Options: Date: 2026-04-04 20:38:35 Version: 8.40 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://notifications.breastcancertrials.org.au //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: SendOutstandingQueryEmails.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace BctNotification.ServiceModel.Requests.Hangfire open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type SendOutstandingQueryEmailsResponse() = member val ResponseStatus:ResponseStatus = null with get,set member val TrialEmailCount:Int32 = new Int32() with get,set member val SiteEmailCount:Int32 = new Int32() with get,set [] type SendOutstandingQueryEmails() = interface IReturn interface IPost member val CheckDate:Nullable = new Nullable() with get,set