' Options: 'Date: 2025-10-28 04:39:23 '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: UploadCampaignSegments.* '''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 Namespace Global Namespace digitaluapi.ServiceModel Public Partial Class BatchCampaignSegmentsRequest Public Overridable Property Id As Long Public Overridable Property CampaignsId As Long Public Overridable Property SegmentsId As Long Public Overridable Property IsEnabled As Boolean End Class Public Partial Class BatchCampaignSegmentsResponse Public Overridable Property Records As Integer Public Overridable Property ResponseStatus As ResponseStatus End Class Public Partial Class UploadCampaignSegments Inherits List(Of BatchCampaignSegmentsRequest) Implements IReturn(Of BatchCampaignSegmentsResponse) End Class End Namespace End Namespace