INTERFACE
NotificationTarget
Describes a notification target
link GraphQL Schema definition
- interface NotificationTarget {
- # Unique identifier of the notification target instance
- String! :
- # Notification target context
- NotificationTargetContext! :
- # The time this notification target was created
- DateTime! :
- # Project entities that are included
- Entity!] : [
- # Name of this notification target
- String! :
- # Enabled turns the notification target on/off
- Boolean! :
- # Node-compatible opaque global identifier
- ID! :
- # The last time this notification target was successfully updated
- DateTime! :
- # Opaque version string for this graph node instance
- ID! :
- # Name for this notification target provider.
- String! :
- # Status holds details about the healthiness of the notification target
- NotificationTargetStatus! :
- # Notification target type
- NotificationTargetType! :
- }