' Options: 'Date: 2025-10-28 00:54:49 '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: CustomersSegmentsAutoQueryAdd.* '''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.Types Imports digitaluapi.ServiceModel Namespace Global Namespace digitaluapi.ServiceModel Public Partial Class CustomersSegmentsAutoQueryAdd Implements IReturn(Of IdResponse) Implements ICreateDb(Of CustomersSegments) Public Overridable Property TenantsId As Long Public Overridable Property CustomersId As Long Public Overridable Property SegmentsId As Long Public Overridable Property PublicAccessGuid As Guid End Class End Namespace Namespace digitaluapi.ServiceModel.Types Public Partial Class CustomersSegments Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property CustomersId As Long Public Overridable Property SegmentsId As Long Public Overridable Property PublicAccessGuid As Guid End Class End Namespace End Namespace