Class DeleteNotificationChannelRequest (2.9.1)

DeleteNotificationChannelRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The DeleteNotificationChannel request.

Attributes

NameDescription
name str
Required. The channel for which to execute the request. The format is: :: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
force bool
If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation.

Inheritance

builtins.object > proto.message.Message > DeleteNotificationChannelRequest