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, used to request the deletion of a Service Level Objective."],["The latest version available for this class is 3.15.0, with historical versions accessible from 3.14.0 back to 2.3.0 for `Google.Cloud.Monitoring.V3`."],["The `DeleteServiceLevelObjectiveRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object interaction and manipulation."],["The class has two constructors: a parameterless constructor, and one that takes another `DeleteServiceLevelObjectiveRequest` instance, and includes properties such as `Name`, `ResourceName`, and `ServiceLevelObjectiveName` to specify the SLO to be deleted."],["The `Name` property is a required field that specifies the full resource name of the `ServiceLevelObjective` to delete, following the format `projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]`."]]],[]]