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, which is used for the protocol of requests to delete an Uptime check configuration within the Google Cloud Monitoring V3 service."],["The latest version available for this class is 3.15.0, with historical versions back to 2.3.0, and provides links to the documentation for each."],["`DeleteUptimeCheckConfigRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the Object class."],["The class includes constructors to create new instances, either default or by copying another `DeleteUptimeCheckConfigRequest` instance."],["The `Name`, `ResourceName`, and `UptimeCheckConfigName` properties are available, where the name property is required and specifies the configuration to delete in the format `projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]`."]]],[]]