' Options: 'Date: 2025-05-04 23:41:50 '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: MarkMessagesRead.* '''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.Messaging Namespace Global Namespace Voice.Api.Messaging Public Partial Class MarkMessagesRead Implements IReturnVoid ''' '''The account ID of the messages to mark read ''' Public Overridable Property AccountId As String ''' '''The IDs of the messages to mark read ''' Public Overridable Property MessageIds As List(Of String) ''' '''The date after which messages should be marked read ''' Public Overridable Property AfterDate As String End Class End Namespace End Namespace