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

ListPolicyIssuesResponse

import type { ListPolicyIssuesResponse } from "https://googleapis.deno.dev/v1/adsense:v2.ts";

Response definition for the policy issues list rpc. Policy issues are reported only if the publisher has at least one AFC ad client in READY or GETTING_READY state. If the publisher has no such AFC ad client, the response will be an empty list.

interface ListPolicyIssuesResponse {
nextPageToken?: string;
policyIssues?: PolicyIssue[];
}

§Properties

§
nextPageToken?: string
[src]

Continuation token used to page through policy issues. To retrieve the next page of the results, set the next request's "page_token" value to this.

§
policyIssues?: PolicyIssue[]
[src]

The policy issues returned in the list response.