Class UpdateNotificationConfigRequest (2.5.0)

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

Request message for updating a notification config.

Inheritance

Object > UpdateNotificationConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

UpdateNotificationConfigRequest()

public UpdateNotificationConfigRequest()

UpdateNotificationConfigRequest(UpdateNotificationConfigRequest)

public UpdateNotificationConfigRequest(UpdateNotificationConfigRequest other)
Parameter
NameDescription
otherUpdateNotificationConfigRequest

Properties

NotificationConfig

public NotificationConfig NotificationConfig { get; set; }

Required. The notification config to update.

Property Value
TypeDescription
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
TypeDescription
FieldMask