' Options: 'Date: 2025-05-05 00:12:56 '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: GetTwilioToken.* '''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.Authentication Namespace Global Namespace Voice.Api.Authentication ''' '''Get a twilio token for client SDKs ''' Public Partial Class GetTwilioToken Implements IReturn(Of GetTwilioTokenResponse) Implements IGet ''' '''The account ID associated with the token ''' Public Overridable Property AccountId As String End Class Public Partial Class GetTwilioTokenResponse ''' '''The twilio token to use ''' Public Overridable Property Token As String End Class End Namespace End Namespace