interface AssetRetrieveParams {
    aggregatedProperties?: AssetAggregatedProperty[];
    ignoreUnknownIds?: boolean;
}

Hierarchy (view full)

Properties

aggregatedProperties?: AssetAggregatedProperty[]

Set of aggregated properties to include

ignoreUnknownIds?: boolean

Ignore IDs and external IDs that are not found

false