' Options:
'Date: 2025-05-04 23:09:51
'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: GetUniqueEndpointValue.*
'''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.Flows.Values
Namespace Global
Namespace Voice.Api.Flows.Values
'''
'''Get a unique number string value for an endpoint field
'''
Public Partial Class GetUniqueEndpointValue
Implements IReturn(Of GetUniqueEndpointValueResponse)
'''
'''The account ID you are interested in
'''
Public Overridable Property AccountId As String
'''
'''The endpoint field you want a unique value for
'''
Public Overridable Property FieldName As String
'''
'''The prefix to use for the value
'''
Public Overridable Property Prefix As String
'''
'''The length of the value
'''
Public Overridable Property Length As Integer
End Class
Public Partial Class GetUniqueEndpointValueResponse
Public Overridable Property Value As String
End Class
End Namespace
End Namespace