Class UpdateMuteConfigRequest (3.3.0)

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

Request message for updating a mute config.

Inheritance

Object > UpdateMuteConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

UpdateMuteConfigRequest()

public UpdateMuteConfigRequest()

UpdateMuteConfigRequest(UpdateMuteConfigRequest)

public UpdateMuteConfigRequest(UpdateMuteConfigRequest other)
Parameter
NameDescription
otherUpdateMuteConfigRequest

Properties

MuteConfig

public MuteConfig MuteConfig { get; set; }

Required. The mute config being updated.

Property Value
TypeDescription
MuteConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

The list of fields to be updated. If empty all mutable fields will be updated.

Property Value
TypeDescription
FieldMask