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, specifically version 2.3.0 of the library, which is a request protocol used for deleting Uptime check configurations."],["The `DeleteUptimeCheckConfigRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing functionalities like deep cloning and equality checks."],["The class includes properties like `Name`, `ResourceName`, and `UptimeCheckConfigName` to specify the Uptime check configuration to be deleted, utilizing string and resource name types, with `Name` being a required field specifying the target Uptime check."],["The webpage also provides access to various versions of the `DeleteUptimeCheckConfigRequest`, from version 2.3.0 to 3.15.0 (latest), each with their own respective link to their documentation."],["The latest version of the document is 3.15.0."]]],[]]