Google Cloud Error Reporting v1beta1 API - Class UpdateGroupRequest (3.0.0-beta04)

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

Reference 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.

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