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

GroupResult

import type { GroupResult } from "https://aws-api.deno.dev/v0.3/services/iotdeviceadvisor.ts?docs=full";

Show Group Result.

interface GroupResult {
groupId?: string | null;
groupName?: string | null;
tests?: TestCaseRun[] | null;
}

§Properties

§
groupId?: string | null
[src]

Group result ID.

§
groupName?: string | null
[src]

Group Result Name.

§
tests?: TestCaseRun[] | null
[src]

Tests under Group Result.