Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 969 Bytes

File metadata and controls

28 lines (21 loc) · 969 Bytes

FileOperationArrayWrapper

Properties

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

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

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