Google Cloud Security Command Center v1p1beta1 API - Class UpdateNotificationConfigRequest (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class UpdateNotificationConfigRequest.

Request message for updating a notification config.

Inheritance

object > UpdateNotificationConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

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