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

AssetPerformanceData

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

Performance data for an asset.

interface AssetPerformanceData {
dailyResourceUsageAggregations?: DailyResourceUsageAggregation[];
}

§Properties

§
dailyResourceUsageAggregations?: DailyResourceUsageAggregation[]
[src]

Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 40 days. Aggregations are sorted from oldest to most recent.