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

ResultDisplayLine

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

The collection of fields that make up a displayed line

interface ResultDisplayLine {
fields?: ResultDisplayField[];
}

§Properties