' Options: 'Date: 2024-10-06 10:31:50 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://data.regent-college.edu ' '''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: SectionDocumentsRequest.* '''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 regis.ClassLibrary.Responses Imports regis.ClassLibrary.Requests Namespace Global Namespace regis.ClassLibrary.Requests Public Partial Class SectionDocumentsRequest Implements IReturn(Of SectionDocumentsResponse) Public Overridable Property uuid As String End Class End Namespace Namespace regis.ClassLibrary.Responses Public Partial Class DocumentResponse Public Overridable Property code As String Public Overridable Property document_name As String Public Overridable Property document_description As String End Class Public Partial Class SectionDocumentsResponse Public Sub New() assigned_documents = New List(Of DocumentResponse) available_documents = New List(Of DocumentResponse) End Sub Public Overridable Property uuid As String Public Overridable Property course_name As String Public Overridable Property title As String Public Overridable Property term As String Public Overridable Property reporting_term As String Public Overridable Property assigned_documents As List(Of DocumentResponse) Public Overridable Property available_documents As List(Of DocumentResponse) End Class End Namespace End Namespace