public sealed class DeleteAlertPolicyRequest : IMessage<DeleteAlertPolicyRequest>, IEquatable<DeleteAlertPolicyRequest>, IDeepCloneable<DeleteAlertPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DeleteAlertPolicyRequest.
[[["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 provides reference information for the `DeleteAlertPolicyRequest` class within the Google Cloud Monitoring v3 API, specifically for .NET developers."],["The `DeleteAlertPolicyRequest` class is used to construct requests for deleting alert policies, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the properties of the `DeleteAlertPolicyRequest` class, including `Name`, `AlertPolicyName`, and `ResourceName`, which are crucial for identifying the alert policy to be deleted."],["The listed versions show the availability of this class across a range of Google.Cloud.Monitoring.V3 library versions, starting from version 2.3.0 up to the latest version of 3.15.0."],["The document outlines the constructors available for `DeleteAlertPolicyRequest`, including a parameterless constructor and one that takes another `DeleteAlertPolicyRequest` object for copying."]]],[]]