public sealed class UpdateMuteConfigRequest : IMessage<UpdateMuteConfigRequest>, IEquatable<UpdateMuteConfigRequest>, IDeepCloneable<UpdateMuteConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class UpdateMuteConfigRequest.
Request message for updating a mute config.
Implements
IMessageUpdateMuteConfigRequest, IEquatableUpdateMuteConfigRequest, IDeepCloneableUpdateMuteConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
UpdateMuteConfigRequest()
public UpdateMuteConfigRequest()UpdateMuteConfigRequest(UpdateMuteConfigRequest)
public UpdateMuteConfigRequest(UpdateMuteConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateMuteConfigRequest |
Properties
MuteConfig
public MuteConfig MuteConfig { get; set; }Required. The mute config being updated.
| Property Value | |
|---|---|
| Type | Description |
MuteConfig |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The list of fields to be updated. If empty all mutable fields will be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|