public sealed class DeleteAlertPolicyRequest : IMessage<DeleteAlertPolicyRequest>, IEquatable<DeleteAlertPolicyRequest>, IDeepCloneable<DeleteAlertPolicyRequest>, IBufferMessage, IMessage
[[["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 outlines the `DeleteAlertPolicyRequest` class within the `Google.Cloud.Monitoring.V3` namespace, used for managing alert policy deletion in Google Cloud Monitoring."],["The latest version available is 3.15.0, with a range of previous versions (3.0.0 to 3.14.0, and 2.3.0 to 2.6.0) also listed."],["`DeleteAlertPolicyRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling, equality checks, deep cloning, and buffer operations."],["The class features properties like `AlertPolicyName`, `Name`, and `ResourceName` to identify and specify the alert policy target for deletion, with `Name` specifically requiring the format \"projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]\"."],["The class contains two constructors, one that is empty, and another that takes another `DeleteAlertPolicyRequest` object as an argument."]]],[]]