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

AddEnableRulesResponse

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

The response message of AddEnableRules method.

interface AddEnableRulesResponse {
addedValues?: string[];
parent?: string;
}

§Properties

§
addedValues?: string[]
[src]

The values added to the parent consumer policy.

§
parent?: string
[src]

The parent consumer policy. It can be projects/12345/consumerPolicies/default, or folders/12345/consumerPolicies/default, or organizations/12345/consumerPolicies/default.