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

ListAssetsResponse

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

ListAssets response.

interface ListAssetsResponse {
assets?: Asset[];
nextPageToken?: string;
readTime?: Date;
}

§Properties

§
assets?: Asset[]
[src]

Assets.

§
nextPageToken?: string
[src]

Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.

§
readTime?: Date
[src]

Time the snapshot was taken.