' Options: 'Date: 2026-04-03 16:03:00 'Version: 10.06 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://cpmwebservices-t.clarkpud.com ' '''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: TwilioError.* '''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 CPU.Notifications.ServiceModel Namespace Global Namespace CPU.Notifications.ServiceModel Public Partial Class TwilioError Implements IReturn(Of Integer) Public Overridable Property AccountSid As String Public Overridable Property Sid As String Public Overridable Property ParentAccountSid As String Public Overridable Property Timestamp As String Public Overridable Property Level As String Public Overridable Property PayloadType As String Public Overridable Property Payload As String End Class End Namespace End Namespace