' Options: 'Date: 2025-01-18 08:53:26 'Version: 8.23 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api.bokamera.se ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: ListWebhookEventTypesRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Globalization Imports ServiceStack.Data Imports System.IO Imports BokaMera.API.ServiceModel.Dtos Namespace Global Namespace BokaMera.API.ServiceModel.Dtos Public Partial Class ListWebhookEventTypesRequest Implements IReturn(Of WebhookEventTypesResponse) End Class Public Partial Class WebhookEventTypeDto Public Overridable Property Name As String Public Overridable Property Description As String Public Overridable Property Id As Integer Public Overridable Property Value As String End Class Public Partial Class WebhookEventTypesResponse Public Overridable Property EventTypes As IList(Of WebhookEventTypeDto) End Class End Namespace End Namespace