Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.34 KB

CreateCustomNotificationSubscription.md

File metadata and controls

18 lines (14 loc) · 1.34 KB

icasdk.model.create_custom_notification_subscription.CreateCustomNotificationSubscription

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
notificationChannelId str, uuid.UUID, str, The id of the notification channel used to send on value must be a uuid
customEventCode str, str, The custom event code to subscribe to
enabled bool, BoolClass, Should this subscription be enabled or not?
filterExpression None, str, NoneClass, str, To be used when a notification applies to specific conditions. [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]