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

RemoveEnableRulesResponse

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

The response message of RemoveEnableRules method.

interface RemoveEnableRulesResponse {
parent?: string;
removedValues?: string[];
}

§Properties

§
parent?: string
[src]

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

§
removedValues?: string[]
[src]

The values removed from the parent consumer policy.