(* Options: Date: 2025-10-27 22:21:04 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://duengageapi.uat.scadsoftware.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetCampaignActionForm.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace digitaluapi.ServiceModel open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Net open System.Net.Http.Headers [] type CampaignActions() = [] [] member val Id:Int64 = new Int64() with get,set [] [] [)>] member val CampaignsId:Int64 = new Int64() with get,set [] [)>] member val ActionsId:Nullable = new Nullable() with get,set [] member val ButtonName:String = null with get,set [] [)>] member val ActionTypesId:Nullable = new Nullable() with get,set [] member val Description:String = null with get,set [] member val OfferOrder:Nullable = new Nullable() with get,set [] member val StandOut:Nullable = new Nullable() with get,set [] [] member val PublicAccessGuid:Guid = new Guid() with get,set [] member val FormMeta:ResizeArray = null with get,set [] member val Files:ResizeArray = null with get,set [] member val SentToEmailAddress:String = null with get,set [] member val CcEmailAddress:String = null with get,set [] type GetCampaignActionFormResponse() = member val campaignAction:CampaignActions = null with get,set member val ResponseStatus:ResponseStatus = null with get,set [] [] type GetCampaignActionForm() = interface IReturn [] [] member val CampaignsId:Int64 = new Int64() with get,set member val CampaignActionsId:Int64 = new Int64() with get,set