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

PubsubSnapshotMetadata

import type { PubsubSnapshotMetadata } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Represents a Pubsub snapshot.

interface PubsubSnapshotMetadata {
expireTime?: Date;
snapshotName?: string;
topicName?: string;
}

§Properties

§
expireTime?: Date
[src]

The expire time of the Pubsub snapshot.

§
snapshotName?: string
[src]

The name of the Pubsub snapshot.

§
topicName?: string
[src]

The name of the Pubsub topic.