' Options: 'Date: 2025-10-27 22:21:01 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://duengageapi.uat.scadsoftware.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: False '''ExportValueTypes: False 'IncludeTypes: GetCampaignActionFiles.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.IO Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Net Imports System.Net.Http.Headers Imports digitaluapi.ServiceModel Imports digitaluapi.ServiceModel.Types Namespace Global Namespace digitaluapi.ServiceModel Public Partial Class CampaignActionFile Public Overridable Property Name As String Public Overridable Property FileType As String Public Overridable Property FileSize As String Public Overridable Property Extension As String Public Overridable Property UploadUrl As String End Class Public Partial Class FormField Public Overridable Property Id As Integer Public Overridable Property ControlType As String Public Overridable Property Label As String Public Overridable Property Placeholder As String Public Overridable Property Help As String Public Overridable Property Name As String Public Overridable Property SortOrder As Integer Public Overridable Property Options As List(Of FormFieldOption) Public Overridable Property Validation As List(Of String) End Class Public Partial Class FormFieldOption Public Overridable Property Value As String Public Overridable Property Label As String End Class Public Partial Class GetCampaignActionFiles Implements IReturn(Of CampaignActions) Public Overridable Property CampaignsId As Long Public Overridable Property CampaignActionsId As Long End Class End Namespace Namespace digitaluapi.ServiceModel.Types Public Partial Class CampaignActions Public Overridable Property Id As Long Public Overridable Property CampaignsId As Long Public Overridable Property ActionsId As Long? Public Overridable Property ButtonName As String Public Overridable Property ActionTypesId As Integer? Public Overridable Property Description As String Public Overridable Property OfferOrder As Short? Public Overridable Property StandOut As Boolean? Public Overridable Property PublicAccessGuid As Guid Public Overridable Property FormMeta As List(Of FormField) Public Overridable Property Files As List(Of CampaignActionFile) Public Overridable Property SentToEmailAddress As String Public Overridable Property CcEmailAddress As String End Class Public Partial Class CampaignActionsView Public Overridable Property Id As Long Public Overridable Property CampaignsId As Long Public Overridable Property ActionsId As Long? Public Overridable Property ButtonName As String Public Overridable Property ActionTypesId As Integer? Public Overridable Property Description As String Public Overridable Property OfferOrder As Short? Public Overridable Property StandOut As Boolean? Public Overridable Property PublicAccessGuid As Guid Public Overridable Property IsPayment As Boolean Public Overridable Property IsPayOff As Boolean Public Overridable Property IsEnabled As Boolean End Class Public Partial Class Campaigns Public Overridable Property Id As Long Public Overridable Property TenantsId As Integer Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property AvatarsId As Long? Public Overridable Property SchedulesId As Long? Public Overridable Property MessageTonesId As Integer? Public Overridable Property StatusCodesId As Long Public Overridable Property PublicAccessGuid As Guid Public Overridable Property ViewHeading As String Public Overridable Property CampaignActions As List(Of CampaignActionsView) End Class End Namespace End Namespace