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 webpage documents the `UpdateGroupRequest` class, which is used to define requests for updating groups in Google Cloud Monitoring."],["The latest version available is 3.15.0, with versions dating back to 2.3.0 also being accessible from the provided version dropdown."],["`UpdateGroupRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateGroupRequest` class contains two properties, `Group`, which represents the new group definition, and `ValidateOnly`, which indicates if the request should be validated but not executed."],["The class has two constructors, a default one, and another one that accepts another `UpdateGroupRequest` as a parameter."]]],[]]