/* Options: Date: 2025-12-14 05:19:22 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.bokamera.se //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: UpdateVossTenantConfigurations.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/voss/tenantConfigurations", "PUT") // @ApiResponse(Description="You were unauthorized to call this service", StatusCode=401) class UpdateVossTenantConfigurations implements IConvertible, IPut { UpdateVossTenantConfigurations(); UpdateVossTenantConfigurations.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "UpdateVossTenantConfigurations"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'api.bokamera.se', types: { 'UpdateVossTenantConfigurations': TypeInfo(TypeOf.Class, create:() => UpdateVossTenantConfigurations()), });