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 requesting the deletion of an alert policy."],["The latest version of the API for the `DeleteAlertPolicyRequest` is 3.15.0, with other versions available ranging back to version 2.3.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteAlertPolicyRequest` objects can be constructed with a default constructor, or a copy constructor which takes another `DeleteAlertPolicyRequest` as a parameter."],["The class requires a `Name` property (string) to be set in the format of `projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]` in order to specify the targeted alert policy to be deleted, along with an `AlertPolicyName` property for a typed view of the alert policy name."]]],[]]