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

ListAssetsResult

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

Result containing the Asset and its State.

interface ListAssetsResult {
asset?: Asset;
stateChange?:
| "UNUSED"
| "ADDED"
| "REMOVED"
| "ACTIVE";
}

§Properties

§
asset?: Asset
[src]

Asset matching the search request.

§
stateChange?: "UNUSED" | "ADDED" | "REMOVED" | "ACTIVE"
[src]

State change of the asset between the points in time.