adobe-firefly-sdk
    Preparing search index...

    Type Alias CopyRequest

    CopyRequest

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

    type CopyRequest = {
        name?: AssetName;
        options?: CopyOperationOptions;
        parentId: AssetId;
    }
    Index

    Properties

    name?: AssetName
    parentId: AssetId

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