| Name | Type | Description | Notes |
|---|---|---|---|
| notifications | \CureDAO\Client\Models\Notification[] | ||
| description | string | Notification | [optional] |
| summary | string | Notification | [optional] |
| image | \CureDAO\Client\Models\Image | [optional] | |
| avatar | string | Square icon png url | [optional] |
| ion_icon | string | Ex: ion-ios-person | [optional] |
| html | string | Embeddable list of study summaries with explanation at the top | [optional] |
| errors | \CureDAO\Client\Models\Error[] | Array of error objects with message property | [optional] |
| status | string | ex. OK or ERROR | [optional] |
| success | bool | true or false | [optional] |
| code | float | Response code such as 200 | [optional] |
| link | string | A super neat url you might want to share with your users! | [optional] |
| card | \CureDAO\Client\Models\Card | A super neat card with buttons and HTML that you can use in your app! | [optional] |