activeMetricRestrictions property
All restrictions actively enforced in creating the report.
For example, purchaseRevenue
always has the restriction type
REVENUE_DATA
. However, this active response restriction is only
populated if the user's custom role disallows access to REVENUE_DATA
.
Implementation
core.List<ActiveMetricRestriction>? activeMetricRestrictions;