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

ListTestCasesResponse

import type { ListTestCasesResponse } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Response message for StepService.ListTestCases.

interface ListTestCasesResponse {
nextPageToken?: string;
testCases?: TestCase[];
}

§Properties

§
nextPageToken?: string
[src]
§
testCases?: TestCase[]
[src]

List of test cases.