public sealed class DeleteBackupPlanRequest : IMessage<DeleteBackupPlanRequest>, IEquatable<DeleteBackupPlanRequest>, IDeepCloneable<DeleteBackupPlanRequest>, IBufferMessage, IMessage
If provided, this value must match the current value of the
target BackupPlan's [etag][google.cloud.gkebackup.v1.BackupPlan.etag] field or the request is
rejected.
[[["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 details the `DeleteBackupPlanRequest` class, which is used to send requests for deleting a backup plan in the Google Cloud GKE Backup service, specifically within the `Google.Cloud.GkeBackup.V1` namespace."],["The `DeleteBackupPlanRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides its functionality."],["The most current stable version of this tool is 2.6.0, but this page uses an older beta version, `1.0.0-beta01`."],["The class has two constructors: a default constructor and another that accepts another `DeleteBackupPlanRequest` object for copying, and the properties in this request include the `BackupPlanName`, `Etag`, and `Name` that are essential for the request."],["This page provides a breakdown of the class's properties, including `BackupPlanName`, `Etag`, and `Name`, along with information about their required types and descriptions of their purpose in the deletion process."]]],[]]