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-03-21 UTC."],[[["This document outlines the `DeleteBackupRequest` class, which is used to delete a backup within the Google Cloud Filestore service."],["The latest version of `DeleteBackupRequest` is 2.7.0, and there are multiple previous versions available, starting from version 1.0.0."],["`DeleteBackupRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor and a property called `Name`, which is required to specify the backup resource name using the format `projects/{project_number}/locations/{location}/backups/{backup_id}`, and another called `BackupName` which is a typed view of `Name`."],["The `DeleteBackupRequest` class is found within the `Google.Cloud.Filestore.V1` namespace, part of the `Google.Cloud.Filestore.V1.dll` assembly."]]],[]]