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

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;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Create timestamp.

§
description?: string
[src]

Optional. Description of the view.

§
displayName?: string
[src]

Optional. User friendly display name.

§
name?: string
[src]

Identifier. Name of the view. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]/datasets/[DATASET_ID]/views/[VIEW_ID]

§
readonly updateTime?: Date
[src]

Output only. Update timestamp.