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

SegmentReference

import type { SegmentReference } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the segment identifier and version of a segment.

interface SegmentReference {
Id: string;
Version?: number | null;
}

§Properties

§
Id: string
[src]

The unique identifier for the segment.

§
Version?: number | null
[src]

The version number of the segment.