Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SchemaRestrictionResponse

import type { SchemaRestrictionResponse } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

The schema restrictions actively enforced in creating this report. To learn more, see Access and data-restriction management.

interface SchemaRestrictionResponse {
activeMetricRestrictions?: ActiveMetricRestriction[];
}

§Properties

§
activeMetricRestrictions?: ActiveMetricRestriction[]
[src]

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.