The service class name in PascalCase. Used to generate the TypeScript class and filename.
Map of operation IDs to their IR representations. Each operation becomes a method pair in the generated service (Observable and Promise variants). Key: operationId from OpenAPI Value: IrOperation containing method details
Represents a NestJS service class in the IR. Each IrService corresponds to one generated service file containing HTTP client methods.