' Options: 'Date: 2025-05-04 23:19:11 'Version: 8.71 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://team.evovoice.io ' '''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: FindDuplicates.* '''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 Voice.Api.Endpoints Namespace Global Namespace Voice.Api.Endpoints Public Partial Class FindDuplicateEntry Public Overridable Property FieldValue As String Public Overridable Property Endpoints As List(Of String) End Class Public Partial Class FindDuplicates Implements IReturn(Of FindDuplicatesResponse) ''' '''The account ID to check ''' Public Overridable Property AccountId As String ''' '''The field name to search for ''' Public Overridable Property EndpointFieldName As String End Class Public Partial Class FindDuplicatesResponse Public Overridable Property Duplicates As List(Of FindDuplicateEntry) End Class End Namespace End Namespace