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."],[[["The `UpdateGroupRequest` class is used to define a request for updating a monitoring group within the Google Cloud Monitoring V3 API."],["This page provides documentation for the `UpdateGroupRequest` class across various versions, ranging from the latest version 3.15.0 down to version 2.3.0."],["The `UpdateGroupRequest` class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Group`, which represents the new definition of the group to be updated, and `ValidateOnly`, a boolean to determine if the request should be validated without actually updating the group."],["The class also has a constructor, `UpdateGroupRequest`, with an optional parameter to create a copy of another `UpdateGroupRequest` object."]]],[]]