/** * Netsparker Enterprise API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * An utility class that helps to caching files with {Netsparker.Cloud.Infrastructure.Attributes.UploadedFileAttribute}. */ export declare class FileCache { 'key'?: string; /** * Gets or sets the name of the file. */ 'fileName'?: string; /** * Gets or sets the identifier. */ 'id'?: number; /** * Gets or sets the accept. */ 'accept'?: string; /** * Gets or sets the type of the importer. */ 'importerType'?: FileCache.ImporterTypeEnum; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export declare namespace FileCache { enum ImporterTypeEnum { Fiddler, Burp, Swagger, OwaspZap, AspNet, HttpArchive, Wadl, Wsdl, Postman, Netsparker, HttpRequestImporter, LinkImporter, CsvImporter, Iodocs, WordPress, Raml } }