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."],[[["The `DeleteAlertPolicyRequest` class is used to define the protocol for deleting an alert policy in the Google Cloud Monitoring V3 API, which is part of the `Google.Cloud.Monitoring.V3` namespace."],["Version 3.15.0 is the latest available version in the provided list of `Google.Cloud.Monitoring.V3` package versions."],["The `DeleteAlertPolicyRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for message handling, equality checks, deep cloning, and buffer operations."],["The `Name` property within `DeleteAlertPolicyRequest` specifies the exact alerting policy to be deleted, using a specific format: \"projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]\"."],["The `DeleteAlertPolicyRequest` has 2 constructors: an empty one and one that accepts another instance of itself to create a copy."]]],[]]