Interface createAssetVersionOnAssetParams

interface createAssetVersionOnAssetParams {
    assetId: string;
    assetVersionName: string;
    createdByUserId?: string;
    productId?: string;
}

Properties

assetId: string

Asset ID to associate the asset version with.

assetVersionName: string

The name of the Asset Version being created.

createdByUserId?: string

User ID of the user creating the asset version.

productId?: string

Product ID to associate to asset version