ListVpcFlowLogsConfigsResponse
import type { ListVpcFlowLogsConfigsResponse } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";
Response for the ListVpcFlowLogsConfigs
method.
interface ListVpcFlowLogsConfigsResponse {
nextPageToken?: string;
unreachable?: string[];
vpcFlowLogsConfigs?: VpcFlowLogsConfig[];
}