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

ReportSummaryMachineSeriesAllocation

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

Represents a data point tracking the count of assets allocated for a specific Machine Series.

interface ReportSummaryMachineSeriesAllocation {
allocatedAssetCount?: bigint;
machineSeries?: MachineSeries;
}

§Properties

§
allocatedAssetCount?: bigint
[src]

Count of assets allocated to this machine series.

§
machineSeries?: MachineSeries
[src]

The Machine Series (e.g. "E2", "N2")