OBJECT
NotificationTargetTypeInputProperty
link GraphQL Schema definition
- type NotificationTargetTypeInputProperty {
- # Is property value mandatory
- Boolean! :
- # The name of property
- String! :
- # Type of the property ex: String, JSON, Password, Integer, Float, Boolean
- NotificationPropertyValueDataType! :
- }