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

ProjectsTestMatricesCreateOptions

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

Additional options for Testing#projectsTestMatricesCreate.

interface ProjectsTestMatricesCreateOptions {
requestId?: string;
}

§Properties

§
requestId?: string
[src]

A string id used to detect duplicated requests. Ids are automatically scoped to a project, so users should ensure the ID is unique per-project. A UUID is recommended. Optional, but strongly recommended.