Class UpdateGroupRequest (3.0.0)

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

The UpdateGroup request.

Inheritance

Object > UpdateGroupRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

UpdateGroupRequest()

public UpdateGroupRequest()

UpdateGroupRequest(UpdateGroupRequest)

public UpdateGroupRequest(UpdateGroupRequest other)
Parameter
NameDescription
otherUpdateGroupRequest

Properties

Group

public Group Group { get; set; }

Required. The new definition of the group. All fields of the existing group, excepting name, are replaced with the corresponding fields of this group.

Property Value
TypeDescription
Group

ValidateOnly

public bool ValidateOnly { get; set; }

If true, validate this request but do not update the existing group.

Property Value
TypeDescription
Boolean