public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Error Reporting v1beta1 API class UpdateGroupRequest.
A request to replace the existing data for the given group.
Implements
IMessageUpdateGroupRequest, IEquatableUpdateGroupRequest, IDeepCloneableUpdateGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ErrorReporting.V1Beta1Assembly
Google.Cloud.ErrorReporting.V1Beta1.dll
Constructors
UpdateGroupRequest()
public UpdateGroupRequest()UpdateGroupRequest(UpdateGroupRequest)
public UpdateGroupRequest(UpdateGroupRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdateGroupRequest | 
      
Properties
Group
public ErrorGroup Group { get; set; }Required. The group which replaces the resource on the server.
| Property Value | |
|---|---|
| Type | Description | 
ErrorGroup | 
        |