(* Options: Date: 2025-05-04 23:08:18 Version: 8.71 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://team.evovoice.io //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetSystemInfo.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Voice.Api open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type SystemInfo() = member val Version:String = null with get,set member val TwilioFallbackBaseUrl:String = null with get,set member val TwilioCallbackUrl:String = null with get,set member val TwilioCallbackBaseUrl:String = null with get,set member val SipOriginationUrl:String = null with get,set member val IsDevEnvironment:Boolean = new Boolean() with get,set [] type GetSystemInfo() = interface IReturn