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

CounterStructuredNameAndMetadata

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

A single message which encapsulates structured name and metadata for a given counter.

interface CounterStructuredNameAndMetadata {
metadata?: CounterMetadata;
}

§Properties

§

Metadata associated with a counter

§

Structured name of the counter.