public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore 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-04-17 UTC."],[[["This document provides reference information for the `DeleteBackupRequest` class within the Google Cloud Filestore v1 API, specifically for version 2.6.0."],["`DeleteBackupRequest` is a class used to delete a backup and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class has two constructors, one default and another that accepts another `DeleteBackupRequest` object as a parameter."],["The `DeleteBackupRequest` class includes properties such as `BackupName` and `Name`, with `Name` being a required string property that specifies the resource name of the backup to be deleted."],["The webpage also lists the various versions for the DeleteBackupRequest, from version 1.0.0 to 2.7.0 (latest)."]]],[]]