public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, 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-04-17 UTC."],[[["This webpage details the `UpdateGroupRequest` class within the `Google.Cloud.Monitoring.V3` namespace, specifically version 2.6.0, as well as providing information on other versions."],["The `UpdateGroupRequest` class is used to define a request to update a group, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor `UpdateGroupRequest()` and an overloaded constructor `UpdateGroupRequest(UpdateGroupRequest other)` for cloning."],["The `UpdateGroupRequest` class has two key properties: `Group`, which defines the updated group information, and `ValidateOnly`, a boolean flag to validate the request without actually updating."],["The page provides links to documentation for numerous versions of the Google Cloud Monitoring V3 library, from the latest version 3.15.0 down to 2.3.0, giving users access to details on various release cycles."]]],[]]