INotificationTopicType¶
Example Json Object
1{
2 "enCaption": "string",
3 "frCaption": "string",
4 "name": "string",
5 "priority": "HIGH"
6}
📄 Description: Data transfer object representing a notification topic type within the Nakisa Portfolio Management Suite, facilitating communication and updates related to portfolio, asset, analytics, and real estate property management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
enCaption |
string |
false |
none |
Textual representation of the English caption associated with a notification topic, relevant for portfolio and asset analytics within the Nakisa Portfolio Management Suite. |
frCaption |
string |
false |
none |
Descriptive label for the notification topic, facilitating clear communication regarding portfolio, asset, and real estate property analytics within the Nakisa Portfolio Management Suite. |
name |
string |
false |
none |
Name of the resource |
priority |
string |
false |
none |
Priority of the resource |
Enumerated Values
Attribute |
Value |
|---|---|
priority |
HIGH, LOW, MEDIUM |