/* Options: Date: 2024-10-06 10:29:40 Version: 8.22 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://data.regent-college.edu //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: SyncScanREGISStudentsToRENewConstituentsRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart,dart:typed_data */ import 'package:servicestack/servicestack.dart'; import 'dart:typed_data'; // @Route("/Sync/Scan/REGIS", "POST") class SyncScanREGISStudentsToRENewConstituentsRequest implements IReturn, IConvertible, IPost { SyncScanREGISStudentsToRENewConstituentsRequest(); SyncScanREGISStudentsToRENewConstituentsRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; createResponse() => ResponseStatus(); getResponseTypeName() => "ResponseStatus"; getTypeName() => "SyncScanREGISStudentsToRENewConstituentsRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'data.regent_college.edu', types: { 'SyncScanREGISStudentsToRENewConstituentsRequest': TypeInfo(TypeOf.Class, create:() => SyncScanREGISStudentsToRENewConstituentsRequest()), });