' Options: 'Date: 2025-09-08 02:17:50 'Version: 8.81 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://account.servicestack.net ' '''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: GetRepoArchive.* '''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 MyApp.ServiceInterface Namespace Global Namespace MyApp.ServiceInterface Public Partial Class GetRepoArchive Implements IReturn(Of Byte()) Public Overridable Property User As String Public Overridable Property Repo As String Public Overridable Property Name As String Public Overridable Property Tag As String Public Overridable Property Okai As String Public Overridable Property Mix As String() End Class End Namespace End Namespace