The card details payload, sent to HubSpot by an app in response to a data fetch request when a user visits a CRM record page.
| Name | Type | Description | Notes |
|---|---|---|---|
| TotalCount | int | The total number of card properties that will be sent in this response. | |
| AllItemsLinkUrl | string | URL to a page the integrator has built that displays all details for this card. This URL will be displayed to users under a `See more [x]` link if there are more than five items in your response, where `[x]` is the value of `itemLabel`. | [optional] |
| CardLabel | string | The label to be used for the `allItemsLinkUrl` link (e.g. 'See more tickets'). If not provided, this falls back to the card's title. | [optional] |
| TopLevelActions | TopLevelActions | [optional] | |
| Sections | List<IntegratorObjectResult> | A list of up to five valid card sub categories. | [optional] |
| ResponseVersion | string | [optional] |