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

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

    interface MoveRequest {
        name?: string;
        options?: MoveOperationOptions;
        parentId: string;
    }
    Index

    Properties

    name?: string
    parentId: string

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