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

AggregateAssetsValuesRequest

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

A request to aggregate one or more values.

interface AggregateAssetsValuesRequest {
aggregations?: Aggregation[];
filter?: string;
}

§Properties

§
aggregations?: Aggregation[]
[src]

Array of aggregations to perform. Up to 25 aggregations can be defined.

§
filter?: string
[src]

Optional. The aggregation will be performed on assets that match the provided filter.