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

UpdateAvailabilityResponse

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

The response to a update availability request.

interface UpdateAvailabilityResponse {
availabilities?: Availability[];
}

§Properties

§
availabilities?: Availability[]
[src]

The availabilities being returned.