OBJECT
_NotificationTargetPrivate
link GraphQL Schema definition
- type _NotificationTargetPrivate implements Node, NodeVersion, NotificationTarget {
- # 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! :
- # Unique identifier of the notification target instance
- String! :
- # Name for this notification target provider.
- String! :
- # Status holds details about the healthiness of the notification target
- NotificationTargetStatus! :
- # Notification target type
- _NotificationTargetTypePrivate! :
- }