' Options: 'Date: 2025-01-08 03:16:44 'Version: 8.53 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://blazordiffusion.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: UpdateGenerationApiProvider.* '''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 AiServer.ServiceModel.Types Imports AiServer.ServiceModel Namespace Global Namespace AiServer.ServiceModel Public Partial Class UpdateGenerationApiProvider Implements IReturn(Of IdResponse) Implements IPatchDb(Of GenerationApiProvider) Public Overridable Property Id As Integer Public Overridable Property ApiKey As String Public Overridable Property ApiKeyHeader As String Public Overridable Property ApiBaseUrl As String Public Overridable Property HeartbeatUrl As String Public Overridable Property Concurrency As Integer? Public Overridable Property Priority As Integer? Public Overridable Property Enabled As Boolean? Public Overridable Property Models As List(Of String) End Class End Namespace Namespace AiServer.ServiceModel.Types Public Partial Class GenerationApiProvider Inherits AiProviderBase Public Overridable Property GenerationApiTypeId As Integer Public Overridable Property Type As GenerationApiType End Class End Namespace End Namespace