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

BatchGetAssetsHistoryResponse

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

Batch get assets history response.

interface BatchGetAssetsHistoryResponse {
assets?: TemporalAsset[];
}

§Properties

§

A list of assets with valid time windows.