| Name | Type | Description | Notes |
|---|---|---|---|
| response | Array<FileEntryBaseDto> | [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 { FileEntryBaseArrayWrapper } from '@onlyoffice/docspace-api-sdk';
const instance: FileEntryBaseArrayWrapper = {
response,
count,
links,
status,
statusCode,
};