/* Options: Date: 2025-10-27 21:56:13 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://duengageapi.uat.scadsoftware.com //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: TwoFADisableSubmitRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart,dart:collection */ import 'package:servicestack/servicestack.dart'; import 'dart:collection'; // @Route("/twofa/disable", "POST") class TwoFADisableSubmitRequest implements IConvertible, IPost { TwoFADisableSubmitRequest(); TwoFADisableSubmitRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "TwoFADisableSubmitRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'duengageapi.uat.scadsoftware.com', types: { 'TwoFADisableSubmitRequest': TypeInfo(TypeOf.Class, create:() => TwoFADisableSubmitRequest()), });