public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `DeleteBackupRequest` class is used to initiate the deletion of a backup in the Google Cloud Filestore service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities within the .NET environment."],["There are two constructors available for `DeleteBackupRequest`, one being the default, and the other enabling the creation of a request using another existing instance of `DeleteBackupRequest`."],["The `DeleteBackupRequest` class includes a required `Name` property, which specifies the backup resource to be deleted using a specific format `projects/{project_number}/locations/{location}/backups/{backup_id}`."],["The documentation provides links to view version histories of this class, with the latest version being 2.7.0, and down to 1.0.0, which is the initial release."]]],[]]