(* Options: Date: 2025-08-05 02:49:16 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: RestoreRecycleBinItems.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Telerik.Sitefinity.RecycleBin.Services.Dto.Requests open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization [] type ModalMessageProxy() = member val IsRecoverable:Boolean = new Boolean() with get,set member val HeaderText:String = null with get,set member val BodyText:String = null with get,set member val ActionButtonText:String = null with get,set member val HasCancelButton:Boolean = new Boolean() with get,set [] type BatchRestoreModalMessageProxy() = inherit ModalMessageProxy() member val InvalidItems:Guid[] = [||] with get,set [] [] type RestoreRecycleBinItems() = interface IReturn member val Ids:Guid[] = [||] with get,set