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

UpdateConsumerConfigRequest

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

Request to update the configuration of a service networking connection including the import/export of custom routes and subnetwork routes with public IP.

interface UpdateConsumerConfigRequest {
consumerConfig?: ConsumerConfig;
}

§Properties

§
consumerConfig?: ConsumerConfig
[src]

Required. The updated peering config.