public sealed class DeleteNotificationConfigRequest : IMessage<DeleteNotificationConfigRequest>, IEquatable<DeleteNotificationConfigRequest>, IDeepCloneable<DeleteNotificationConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class DeleteNotificationConfigRequest.
Request message for deleting a notification config.
Implements
IMessageDeleteNotificationConfigRequest, IEquatableDeleteNotificationConfigRequest, IDeepCloneableDeleteNotificationConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
DeleteNotificationConfigRequest()
public DeleteNotificationConfigRequest()DeleteNotificationConfigRequest(DeleteNotificationConfigRequest)
public DeleteNotificationConfigRequest(DeleteNotificationConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteNotificationConfigRequest |
Properties
Name
public string Name { get; set; }Required. Name of the notification config to delete. Its format is
organizations/[organization_id]/notificationConfigs/[config_id],
folders/[folder_id]/notificationConfigs/[config_id],
or projects/[project_id]/notificationConfigs/[config_id].
| Property Value | |
|---|---|
| Type | Description |
string |
|
NotificationConfigName
public NotificationConfigName NotificationConfigName { get; set; }NotificationConfigName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
NotificationConfigName |
|