OBJECT
Object that represents the mapping of clone assets to its parent's assets.
1type CloneAssetIdMap {23# The original asset ID (within the cloned asset container).4oldAssetId: ID! 56# The new asset ID (within the clone asset container).7newAssetId: ID! 89}