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

ProjectsGroupsDeleteOptions

import type { ProjectsGroupsDeleteOptions } from "https://googleapis.deno.dev/v1/monitoring:v3.ts";

Additional options for Monitoring#projectsGroupsDelete.

interface ProjectsGroupsDeleteOptions {
recursive?: boolean;
}

§Properties

§
recursive?: boolean
[src]

If this field is true, then the request means to delete a group with all its descendants. Otherwise, the request means to delete a group only when it has no descendants. The default value is false.