Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 915 Bytes

File metadata and controls

28 lines (21 loc) · 915 Bytes

ObjectArrayWrapper

Properties

Name Type Description Notes
response Array<object> [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]

Example

import { ObjectArrayWrapper } from '@onlyoffice/docspace-api-sdk';

const instance: ObjectArrayWrapper = {
    response,
    count,
    links,
    status,
    statusCode,
};

[Back to Model list] [Back to API list] [Back to README]