public sealed class UpdateNotificationConfigRequest : IMessage<UpdateNotificationConfigRequest>, IEquatable<UpdateNotificationConfigRequest>, IDeepCloneable<UpdateNotificationConfigRequest>, IBufferMessage, IMessage
Request message for updating a notification config.
Implements
IMessage<UpdateNotificationConfigRequest>, IEquatable<UpdateNotificationConfigRequest>, IDeepCloneable<UpdateNotificationConfigRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
UpdateNotificationConfigRequest()
public UpdateNotificationConfigRequest()
UpdateNotificationConfigRequest(UpdateNotificationConfigRequest)
public UpdateNotificationConfigRequest(UpdateNotificationConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateNotificationConfigRequest |
Properties
NotificationConfig
public NotificationConfig NotificationConfig { get; set; }
Required. The notification config to update.
Property Value | |
---|---|
Type | Description |
NotificationConfig |
UpdateMask
public FieldMask UpdateMask { get; set; }
The FieldMask to use when updating the notification config.
If empty all mutable fields will be updated.
Property Value | |
---|---|
Type | Description |
FieldMask |