Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 964 Bytes

File metadata and controls

28 lines (21 loc) · 964 Bytes

FolderStringArrayWrapper

Properties

Name Type Description Notes
response Array<FolderDtoString> [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 { FolderStringArrayWrapper } from '@onlyoffice/docspace-api-sdk';

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

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