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

ListStepAccessibilityClustersResponse

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

Response message for AccessibilityService.ListStepAccessibilityClusters.

interface ListStepAccessibilityClustersResponse {
name?: string;
}

§Properties

§

A sequence of accessibility suggestions, grouped into clusters. Within the sequence, clusters that belong to the same SuggestionCategory should be adjacent. Within each category, clusters should be ordered by their SuggestionPriority (ERRORs first). The categories should be ordered by their highest priority cluster.

§
name?: string
[src]

A full resource name of the step. For example, projects/my-project/histories/bh.1234567890abcdef/executions/ 1234567890123456789/steps/bs.1234567890abcdef Always presents.