public sealed class UpdateServiceLevelObjectiveRequest : IMessage<UpdateServiceLevelObjectiveRequest>, IEquatable<UpdateServiceLevelObjectiveRequest>, IDeepCloneable<UpdateServiceLevelObjectiveRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class UpdateServiceLevelObjectiveRequest.
[[["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."],[[["This webpage provides reference documentation for the `UpdateServiceLevelObjectiveRequest` class within the Google Cloud Monitoring v3 API for .NET."],["The class is used to update a Service Level Objective and is implemented with the IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The page includes links to documentation for different versions of the API, ranging from 2.3.0 to the latest version, 3.15.0."],["The `UpdateServiceLevelObjectiveRequest` class has two properties: `ServiceLevelObjective` which is required and used for setting the new objective, and `UpdateMask` which specifies the fields to be updated."],["It provides constructors for creating a new `UpdateServiceLevelObjectiveRequest` object or copying from an existing instance of the same class."]]],[]]