View
import type { View } from "https://googleapis.deno.dev/v1/observability:v1.ts";A view corresponds to a read-only representation of a subset of the data in a dataset.
interface View {
readonly createTime?: Date;
description?: string;
displayName?: string;
name?: string;
readonly updateTime?: Date;
}