public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessageA request to replace the existing data for the given group.
Implements
IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, 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 |
|