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.1.0."],["The `DeleteBackupRequest` class is used to delete a backup in Google Cloud Filestore and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default one and one that accepts another `DeleteBackupRequest` instance for copying, and it contains properties `BackupName` and `Name`."],["The `Name` property is required and specifies the backup resource name in the format `projects/{project_number}/locations/{location}/backups/{backup_id}`."],["This page provides links to versions of this API ranging from 1.0.0 up to the latest version, 2.7.0, with the content describing version 2.1.0."]]],[]]