public sealed class DeleteServiceLevelObjectiveRequest : IMessage<DeleteServiceLevelObjectiveRequest>, IEquatable<DeleteServiceLevelObjectiveRequest>, IDeepCloneable<DeleteServiceLevelObjectiveRequest>, IBufferMessage, IMessage
[[["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 `DeleteServiceLevelObjectiveRequest` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for version 2.5.0, along with links to other versions from 2.3.0 up to the latest 3.15.0."],["The `DeleteServiceLevelObjectiveRequest` class is used to construct requests to delete a Service Level Objective, inheriting from `Object` and implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and another that takes a `DeleteServiceLevelObjectiveRequest` object as a parameter to facilitate cloning, and has properties `Name`, `ResourceName`, and `ServiceLevelObjectiveName`."],["The `Name` property, of type string, is a required resource name of the `ServiceLevelObjective` to delete, formatted as \"projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]\"."],["It provides links to each version of `DeleteServiceLevelObjectiveRequest` from version 2.3.0 to 3.15.0 for the Google Cloud Monitoring .NET library."]]],[]]