| Name | Type | Description | Notes |
|---|---|---|---|
| response | Array<FileEntryDtoInteger> | [optional] [default to undefined] | |
| count | number | [optional] [default to undefined] | |
| links | Array<ActiveConnectionsWrapperLinksInner> | [optional] [default to undefined] | |
| status | number | [optional] [default to undefined] | |
| statusCode | number | [optional] [default to undefined] |
import { FileEntryIntegerArrayWrapper } from '@onlyoffice/docspace-api-sdk';
const instance: FileEntryIntegerArrayWrapper = {
response,
count,
links,
status,
statusCode,
};