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

SiteSummaryResponse

import type { SiteSummaryResponse } from "https://googleapis.deno.dev/v1/abusiveexperiencereport:v1.ts";

Response message for GetSiteSummary.

interface SiteSummaryResponse {
abusiveStatus?: "UNKNOWN" | "PASSING" | "FAILING";
enforcementTime?: Date;
filterStatus?:
| "UNKNOWN"
| "ON"
| "OFF"
| "PAUSED"
| "PENDING";
lastChangeTime?: Date;
reportUrl?: string;
reviewedSite?: string;
underReview?: boolean;
}

§Properties

§
abusiveStatus?: "UNKNOWN" | "PASSING" | "FAILING"
[src]

The site's Abusive Experience Report status.

§
enforcementTime?: Date
[src]

The time at which enforcement against the site began or will begin. Not set when the filter_status is OFF.

§
filterStatus?: "UNKNOWN" | "ON" | "OFF" | "PAUSED" | "PENDING"
[src]

The site's enforcement status.

§
lastChangeTime?: Date
[src]

The time at which the site's status last changed.

§
reportUrl?: string
[src]

A link to the full Abusive Experience Report for the site. Not set in ViolatingSitesResponse. Note that you must complete the Search Console verification process for the site before you can access the full report.

§
reviewedSite?: string
[src]

The name of the reviewed site, e.g. google.com.

§
underReview?: boolean
[src]

Whether the site is currently under review.