DeleteFilesRequest Properties
An object defining properties for the DeleteFilesRequest class.
Reason
Gets the common reason provided for deleting the files.
Type: string
This property contains the shared explanation for why the files are being deleted. It is read-only and helps maintain an audit trail of batch file deletion operations.
Requests
Gets the collection of file deletion requests to be processed.
Type: List<DeleteFileRequest>
This property contains the individual DeleteFileRequest objects that specify the files to be deleted. It is read-only and marked for encryption checking to ensure secure transmission of file deletion data.