public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteBackupRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteBackupRequest` class within the Google Cloud NetApp v1 API."],["The `DeleteBackupRequest` class is used to delete a backup and is available in multiple versions, with version 1.8.0 being the latest."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the .NET ecosystem."],["The `DeleteBackupRequest` class contains properties such as `BackupName` and `Name`, where `Name` is a required property that specifies the resource path of the backup to be deleted."],["This class also has 2 contructors one with no parameters and one using another DeleteBackupRequest as the parameter."]]],[]]