public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessage
A request to replace the existing data for the given group.
[[["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-03-21 UTC."],[[["The `UpdateGroupRequest` class is used to replace existing data for a specific group, as per the documentation."],["This class is part of the `Google.Cloud.ErrorReporting.V1Beta1` namespace and is located in the `Google.Cloud.ErrorReporting.V1Beta1.dll` assembly."],["The `UpdateGroupRequest` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Group` property of type `ErrorGroup` which represents the group resource that will replace the existing group on the server."],["The `UpdateGroupRequest` class has two constructors: a default constructor `UpdateGroupRequest()` and a copy constructor `UpdateGroupRequest(UpdateGroupRequest other)`."]]],[]]