' Options: 'Date: 2025-10-27 16:27:43 'Version: 8.60 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://collections-api-zane.dev.platform.georiot.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: GetCollectionSettingsRequest.* '''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 CollectionsAPI.ServiceModel.V4.Requests Imports CollectionsAPI.Contracts.DTOs Imports CollectionsAPI.Contracts.V4.Responses Imports CollectionsAPI.ServiceModel.V4.Responses Namespace Global Namespace CollectionsAPI.Contracts.DTOs Public Interface ICollectionSettings Property ProfileImageId As String Property SignatureImageId As String Property SignatureText As String Property SignatureFont As String Property SignatureAppearance As SignatureAppearance End Interface Public Enum SignatureAppearance None Text Upload End Enum End Namespace Namespace CollectionsAPI.Contracts.V4.Responses Public Interface IGetCollectionSettingsResponse Property Data As ICollectionSettings End Interface End Namespace Namespace CollectionsAPI.ServiceModel.V4.Requests Public Partial Class GetCollectionSettingsRequest Inherits V4BaseRequest Implements IReturn(Of GetCollectionSettingsResponse) Public Overridable Property Id As String End Class Public Partial Class V4BaseRequest End Class End Namespace Namespace CollectionsAPI.ServiceModel.V4.Responses Public Partial Class GetCollectionSettingsResponse Implements IGetCollectionSettingsResponse End Class End Namespace End Namespace