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 webpage details the `DeleteUptimeCheckConfigRequest` class within the `Google.Cloud.Monitoring.V3` namespace, used to configure requests for deleting uptime checks."],["The latest version of `DeleteUptimeCheckConfigRequest` is 3.15.0, with versions ranging from 2.3.0 up to the most recent."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality comparisons, deep cloning, and buffered message operations."],["It includes properties like `Name`, `ResourceName`, and `UptimeCheckConfigName`, allowing users to define and interact with the name of the Uptime check configuration to be deleted."],["Constructors are available for creating new instances of `DeleteUptimeCheckConfigRequest`, including one that allows for cloning an existing configuration object."]]],[]]