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

ReportGroupTrendStats

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

Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .

interface ReportGroupTrendStats {
average?: string | null;
max?: string | null;
min?: string | null;
}

§Properties

§
average?: string | null
[src]

Contains the average of all values analyzed.

§
max?: string | null
[src]

Contains the maximum value analyzed.

§
min?: string | null
[src]

Contains the minimum value analyzed.