/* Options: Date: 2026-01-14 10:42:10 Version: 8.30 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://iso-api.adumen.com //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: LayersInterconnectionQueueLocationFixRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart */ import 'package:servicestack/servicestack.dart'; // @Route("/layers/iq/fix-location", "POST") class LayersInterconnectionQueueLocationFixRequest implements IConvertible, IPost { LayersInterconnectionQueueLocationFixRequest(); LayersInterconnectionQueueLocationFixRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "LayersInterconnectionQueueLocationFixRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'iso_api.adumen.com', types: { 'LayersInterconnectionQueueLocationFixRequest': TypeInfo(TypeOf.Class, create:() => LayersInterconnectionQueueLocationFixRequest()), });