Class UpdateGroupRequest (2.0.0-beta05)

public sealed class UpdateGroupRequest : IMessage<UpdateGroupRequest>, IEquatable<UpdateGroupRequest>, IDeepCloneable<UpdateGroupRequest>, IBufferMessage, IMessage

A request to replace the existing data for the given group.

Inheritance

Object > UpdateGroupRequest

Namespace

Google.Cloud.ErrorReporting.V1Beta1

Assembly

Google.Cloud.ErrorReporting.V1Beta1.dll

Constructors

UpdateGroupRequest()

public UpdateGroupRequest()

UpdateGroupRequest(UpdateGroupRequest)

public UpdateGroupRequest(UpdateGroupRequest other)
Parameter
NameDescription
otherUpdateGroupRequest

Properties

Group

public ErrorGroup Group { get; set; }

Required. The group which replaces the resource on the server.

Property Value
TypeDescription
ErrorGroup