public sealed class DeleteBackupPolicyRequest : IMessage<DeleteBackupPolicyRequest>, IEquatable<DeleteBackupPolicyRequest>, IDeepCloneable<DeleteBackupPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteBackupPolicyRequest.
DeleteBackupPolicyRequest deletes a backup policy.
[[["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 `DeleteBackupPolicyRequest` class within the Google Cloud NetApp v1 API, specifically version 1.7.0."],["The `DeleteBackupPolicyRequest` class is used to delete a backup policy and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This document outlines the inheritance and implemented interfaces of the class, with a parent `object`, and the available methods."],["The `DeleteBackupPolicyRequest` class has a constructor and properties, including `BackupPolicyName` and `Name`, which is a required property for specifying the resource name of the backup policy to delete."],["The API has different versions available, the latest being 1.8.0, and the documentation lists the versions from 1.0.0 to 1.8.0."]]],[]]