' Options:
'Date: 2025-05-05 00:19:17
'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: EndTwilioCall.*
'''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.Twilio
Namespace Global
Namespace Voice.Api.Twilio
'''
'''Ends the specified Twilio call
'''
Public Partial Class EndTwilioCall
Implements IReturnVoid
Implements IDelete
'''
'''The account ID that owns the call
'''
Public Overridable Property AccountId As String
'''
'''The call SID of the call
'''
Public Overridable Property CallSid As String
End Class
End Namespace
End Namespace