' Options: 'Date: 2025-10-27 21:49:35 'Version: 8.80 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://duengageapi.uat.scadsoftware.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: LookupListsLookup.* '''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 System.Net Imports System.Net.Http.Headers Imports digitaluapi.ServiceModel Namespace Global Namespace digitaluapi.ServiceModel Public Partial Class LookupListsLookup Implements IReturn(Of IEnumerable(Of LookupListsLookupResponse)) Public Overridable Property Description As String Public Overridable Property IsEnabled As Boolean Public Overridable Property LookupListCategoryId As Integer Public Overridable Property LastModifiedDate As Date Public Overridable Property RowVersionGuid As Guid End Class End Namespace End Namespace