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-03-21 UTC."],[[["This document provides reference information for the `DeleteBackupRequest` class within the Google Cloud Filestore v1 API, specifically version 2.2.0."],["The `DeleteBackupRequest` class is used to delete a backup in Google Cloud Filestore and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It contains two constructors, one default and one that takes another `DeleteBackupRequest` as an argument, which can be used for instantiating the class."],["The class includes properties such as `BackupName` and `Name`, where the `Name` property is a required string that specifies the backup resource to be deleted in a defined format."],["The document details the class's inheritance and implemented members, as well as its assembly and namespace within the Google Cloud Filestore ecosystem."]]],[]]