' Options: 'Date: 2024-05-06 12:31:51 'Version: 8.13 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://techstacks.io ' '''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: CreateOrganizationForTechnology.* '''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 TechStacks.ServiceModel Namespace Global Namespace TechStacks.ServiceModel Public Partial Class CreateOrganizationForTechnology Implements IReturn(Of CreateOrganizationForTechnologyResponse) Implements IPost Public Overridable Property TechnologyId As Nullable(Of Long) Public Overridable Property TechStackId As Nullable(Of Long) End Class Public Partial Class CreateOrganizationForTechnologyResponse Public Overridable Property OrganizationId As Integer Public Overridable Property OrganizationSlug As String Public Overridable Property CommentsPostId As Long Public Overridable Property CommentsPostSlug As String Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace End Namespace