/* Options: Date: 2025-07-01 18:01:28 Version: 8.23 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://testapi.bokamera.se //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: GetVossSubscriptionsScheduledChanges.* //ExcludeTypes: //InitializeCollections: True //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.* import java.util.* import net.servicestack.client.* @Route(Path="/voss/subscriptions/scheduledChanges", Verbs="GET") @ApiResponse(Description="You were unauthorized to call this service", StatusCode=401) open class GetVossSubscriptionsScheduledChanges { /** * The company id; If not passed all subscriptions wll be returned */ @ApiMember(Description="The company id; If not passed all subscriptions wll be returned") var CompanyId:UUID? = null }