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

ApplyTenantProjectConfigRequest

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

Request to apply configuration to an existing tenant project.

interface ApplyTenantProjectConfigRequest {
projectConfig?: TenantProjectConfig;
tag?: string;
}

§Properties

§
projectConfig?: TenantProjectConfig
[src]

Configuration that should be applied to the existing tenant project.

§
tag?: string
[src]

Required. Tag of the project. Must be less than 128 characters. Required.