@musallam/storage-and-collaboration-client
    Preparing search index...

    Represents the request body for a copy operation on an asset.

    interface CopyRequest {
        name?: string;
        options?: CopyOperationOptions;
        parentId: string;
    }
    Index

    Properties

    name?: string
    parentId: string

    Asset Id of the target parent container (project/folder).