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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateServiceLevelObjectiveRequest` class is used to make requests for updating a service level objective."],["This class is found within the `Google.Cloud.Monitoring.V3` namespace and is implemented by the `Google.Cloud.Monitoring.V3.dll` assembly."],["The latest version documented for `UpdateServiceLevelObjectiveRequest` is 3.15.0, with many other versions available from 3.14.0 down to 2.3.0."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered messages respectively."],["The class has properties `ServiceLevelObjective` to specify what to update and `UpdateMask` to define which fields to use for the update."]]],[]]