/* Options: Date: 2025-12-06 06:11:41 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://api.dev.dynamics.trendsic.com //GlobalNamespace: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: AgentBackofficeQuestionsRequest.* //ExcludeTypes: //DefaultImports: package:servicestack/servicestack.dart,dart:typed_data */ import 'package:servicestack/servicestack.dart'; import 'dart:typed_data'; // @Route("/v1/AgentBackofficeQuestions", "GET") class AgentBackofficeQuestionsRequest implements IConvertible, IGet { AgentBackofficeQuestionsRequest(); AgentBackofficeQuestionsRequest.fromJson(Map json) : super(); fromMap(Map json) { return this; } Map toJson() => {}; getTypeName() => "AgentBackofficeQuestionsRequest"; TypeContext? context = _ctx; } TypeContext _ctx = TypeContext(library: 'api.dev.dynamics.trendsic.com', types: { 'AgentBackofficeQuestionsRequest': TypeInfo(TypeOf.Class, create:() => AgentBackofficeQuestionsRequest()), });