public sealed class UpdateServiceLevelObjectiveRequest : IMessage<UpdateServiceLevelObjectiveRequest>, IEquatable<UpdateServiceLevelObjectiveRequest>, IDeepCloneable<UpdateServiceLevelObjectiveRequest>, 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 `UpdateServiceLevelObjectiveRequest` class within the `Google.Cloud.Monitoring.V3` namespace, presenting various versions of the API, ranging from 2.3.0 to the latest 3.15.0."],["The `UpdateServiceLevelObjectiveRequest` class is used for requesting updates to a Service Level Objective and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors for creating a new instance or cloning an existing `UpdateServiceLevelObjectiveRequest`."],["The class contains two properties, `ServiceLevelObjective` which specifies the Service Level Objective being updated, and `UpdateMask` which defines which fields will be modified."],["The webpage also provides access to the documentation for each version, which contains version-specific details."]]],[]]