/* Options: Date: 2025-12-14 04:31:43 SwiftVersion: 6.0 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.bokamera.se //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True //MakePropertiesOptional: True IncludeTypes: GetVossSubscriptionsScheduledChanges.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/voss/subscriptions/scheduledChanges", "GET") // @ApiResponse(Description="You were unauthorized to call this service", StatusCode=401) public class GetVossSubscriptionsScheduledChanges : Codable { /** * The company id; If not passed all subscriptions wll be returned */ // @ApiMember(Description="The company id; If not passed all subscriptions wll be returned") public var companyId:String? required public init(){} }