' Options: 'Date: 2025-01-08 03:23:20 '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: QueueCreative.* '''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 BlazorDiffusion.ServiceInterface Namespace Global Namespace BlazorDiffusion.ServiceInterface Public Partial Class QueueCreative Public Overridable Property UserPrompt As String Public Overridable Property Images As Integer? Public Overridable Property Width As Integer? Public Overridable Property Height As Integer? Public Overridable Property Steps As Integer? Public Overridable Property Seed As Long? Public Overridable Property EngineId As String Public Overridable Property ArtistIds As List(Of Integer) = New List(Of Integer) Public Overridable Property ModifierIds As List(Of Integer) = New List(Of Integer) End Class End Namespace End Namespace