public sealed class DeleteUptimeCheckConfigRequest : IMessage<DeleteUptimeCheckConfigRequest>, IEquatable<DeleteUptimeCheckConfigRequest>, IDeepCloneable<DeleteUptimeCheckConfigRequest>, IBufferMessage, IMessage
The protocol for the DeleteUptimeCheckConfig request.
[[["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 page details the `DeleteUptimeCheckConfigRequest` class, which is used for deleting Uptime check configurations in Google Cloud Monitoring."],["The class is part of the `Google.Cloud.Monitoring.V3` namespace and is available in the `Google.Cloud.Monitoring.V3.dll` assembly."],["The latest version of the API is version 3.15.0, but this page also lists other historical versions going down to version 2.3.0, for the DeleteUptimeCheckConfigRequest."],["`DeleteUptimeCheckConfigRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for protocol messages, equality checks, deep cloning, and buffer messages."],["Key properties of this class include `Name`, `ResourceName`, and `UptimeCheckConfigName`, all related to specifying the Uptime check configuration to be deleted."]]],[]]