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

ProjectsGroupsCreateOptions

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

Additional options for Monitoring#projectsGroupsCreate.

interface ProjectsGroupsCreateOptions {
validateOnly?: boolean;
}

§Properties

§
validateOnly?: boolean
[src]

If true, validate this request but do not create the group.