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

ListConfigurationsResponse

import type { ListConfigurationsResponse } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

Response message for ListConfigurations.

interface ListConfigurationsResponse {
configurations?: Configuration[];
nextPageToken?: string;
}

§Properties

§
configurations?: Configuration[]
[src]

List of configurations.

§
nextPageToken?: string
[src]

Page token.