INPUT_OBJECT
AriaNotificationUpsertTargetInput
link GraphQL Schema definition
- input AriaNotificationUpsertTargetInput {
- # Notification target context
- NotificationTargetContext! :
- # Name of this notification target
- String! :
- # Enabled turns the notification target on/off
- Boolean! :
- # Opaque version string for this instance
- ID :
- # Unique identifier of the notification target instance
- String :
- # Project id(s) that are included
- String!] : [
- # The list of properties specific for the selected notification target type
- AriaNotificationTargetPropertyInput!]! : [
- # Notification target type
- String! :
- }