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