Security Command Center v2 API - Class UpdateNotificationConfigRequest (1.0.0-beta03)

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

Reference documentation and code samples for the Security Command Center v2 API class UpdateNotificationConfigRequest.

Request message for updating a notification config.

Inheritance

object > UpdateNotificationConfigRequest

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.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