in lib/client/services/inventory/inventory.service.ts [32:44]
async performAdUnitAction(
adUnitAction: AdUnitAction,
filterStatement: Statement,
): Promise<UpdateResult> {
return this._client.performAdUnitAction({
adUnitAction: {
attributes: {
"xsi:type": adUnitAction.constructor.name,
},
},
filterStatement,
});
}