/* Options: Date: 2026-06-13 13:30:22 Version: 8.80 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://riskstoreng-dev.nephila.com/api //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: ProcessIngestEventSetRequest.* //ExcludeTypes: //DefaultImports: */ export class ProcessIngestEventSetRequest { public eventSetId: number; public isRollupEventSet: boolean; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'ProcessIngestEventSetRequest'; } public getMethod() { return 'POST'; } public createResponse() {} }