Class CreateNotificationChannelRequest (2.4.2)

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

The CreateNotificationChannel request. .. attribute:: name

Required. The project on which to execute the request. The format is:

::

   projects/[PROJECT_ID_OR_NUMBER]

This names the container into which the channel will be written, this does not name the newly created channel. The resulting channel's name will have a normalized version of this field as a prefix, but will add /notificationChannels/[CHANNEL_ID] to identify the channel.

:type: str

Attribute

NameDescription
notification_channel google.cloud.monitoring_v3.types.NotificationChannel
Required. The definition of the NotificationChannel to create.