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

SearchKeywordCount

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

Represents a single search keyword and its value.

interface SearchKeywordCount {
insightsValue?: InsightsValue;
searchKeyword?: string;
}

§Properties

§
insightsValue?: InsightsValue
[src]

One of either: 1) The sum of the number of unique users that used the keyword in a month, aggregated for each month requested. 2) A threshold that indicates that the actual value is below this threshold.

§
searchKeyword?: string
[src]

The lower-cased string that the user entered.