/* Options: Date: 2026-06-01 14:58:49 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.imglobal.com/RestApi //GlobalNamespace: //MakePropertiesOptional: False //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: RestoreDataItems.* //ExcludeTypes: //DefaultImports: */ // @Route("/recycle-bin/dataItems/batch/restore", "POST") export class RestoreDataItems { public ItemIdentifications: DataItemIdentification[]; public constructor(init?: Partial) { (Object as any).assign(this, init); } public getTypeName() { return 'RestoreDataItems'; } public getMethod() { return 'POST'; } public createResponse() {} }