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

GoogleAdsSearchads360V0Common__KeywordInfo

import type { GoogleAdsSearchads360V0Common__KeywordInfo } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A keyword criterion.

interface GoogleAdsSearchads360V0Common__KeywordInfo {
matchType?:
| "UNSPECIFIED"
| "UNKNOWN"
| "EXACT"
| "PHRASE"
| "BROAD";
text?: string;
}

§Properties

§
matchType?: "UNSPECIFIED" | "UNKNOWN" | "EXACT" | "PHRASE" | "BROAD"
[src]

The match type of the keyword.

§
text?: string
[src]

The text of the keyword (at most 80 characters and 10 words).