Class DeleteNotificationConfigRequest (2.0.0-beta07)

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

Request message for deleting a notification config.

Inheritance

Object > DeleteNotificationConfigRequest

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.dll

Constructors

DeleteNotificationConfigRequest()

public DeleteNotificationConfigRequest()

DeleteNotificationConfigRequest(DeleteNotificationConfigRequest)

public DeleteNotificationConfigRequest(DeleteNotificationConfigRequest other)
Parameter
NameDescription
otherDeleteNotificationConfigRequest

Properties

Name

public string Name { get; set; }

Required. Name of the notification config to delete. Its format is "organizations/[organization_id]/notificationConfigs/[config_id]".

Property Value
TypeDescription
String

NotificationConfigName

public NotificationConfigName NotificationConfigName { get; set; }

NotificationConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
NotificationConfigName