' Options: 'Date: 2025-07-18 00:10:19 'Version: 6.40 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://hcbtas-q-albamfs-api.azurewebsites.net ' '''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: ScriptTrackerReq.* '''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.IO Imports TasSyd.Model.Base Imports AlbaMfs.Common.Models.PresentationLayer Imports AlbaApi.ServiceModel Imports AlbaApi.Model Namespace Global Namespace AlbaApi.Model Public Partial Class ScriptTracker Inherits Entity Public Overridable Property Sprint As String Public Overridable Property Country As String Public Overridable Property Language As String Public Overridable Property Section As String Public Overridable Property ItemCode As String Public Overridable Property Element As String Public Overridable Property Value As String Public Overridable Property IsFromMerge As Boolean End Class End Namespace Namespace AlbaApi.ServiceModel Public Partial Class ScriptTrackerReq Implements IReturn(Of ScriptTracker) Public Overridable Property Sprint As String Public Overridable Property Country As String Public Overridable Property Language As String Public Overridable Property Section As String Public Overridable Property ItemCode As String Public Overridable Property Element As String End Class End Namespace Namespace AlbaMfs.Common.Models.PresentationLayer Public Partial Class Entity Public Overridable Property LogoUri As String Public Overridable Property Name As String Public Overridable Property ContactDetails As ContactDetails End Class End Namespace Namespace TasSyd.Model.Base Public Partial Class Entity Implements IEntity Public Overridable Property Id As String End Class End Namespace End Namespace