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"]],[["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 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 part of the `Google.Cloud.NetApp.V1` namespace."],["The latest version of the documentation is version 1.8.0, with versions back to 1.0.0 also available."],["`DeleteBackupRequest` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class has properties such as `BackupName` (a `BackupName` type) and `Name` (a string), where `Name` is a required field representing the resource name of the backup to be deleted."]]],[]]