IntelAccountsSlice
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<IntelAccessAccountWire> | First page of accounts for the identity. | [default to undefined] |
| totalCount | (optional) number | Total number of accounts for this identity; omitted when items is empty. | [default to undefined] |
| next | (optional) string | Absolute URL to the next accounts page; present when totalCount exceeds the items returned on this page. | [default to undefined] |