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 webpage details the `DeleteAlertPolicyRequest` class, which is used to define a request for deleting an alert policy within the Google Cloud Monitoring V3 API."],["The content provides a comprehensive list of versions for this class, ranging from 2.3.0 to 3.15.0, with 3.15.0 being the latest available version."],["The `DeleteAlertPolicyRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating new `DeleteAlertPolicyRequest` objects and properties like `AlertPolicyName`, `Name`, and `ResourceName` to specify the alert policy to be deleted."],["The `Name` property of the `DeleteAlertPolicyRequest` class is a required string, and it specifies the identifier for the alerting policy to be deleted, following the format: `projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]`."]]],[]]