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

SegmentGroupList

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

Specifies the settings that define the relationships between segment groups for a segment.

interface SegmentGroupList {
Groups?: SegmentGroup[] | null;
Include?: Include | null;
}

§Properties

§
Groups?: SegmentGroup[] | null
[src]

An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.

§
Include?: Include | null
[src]

Specifies how to handle multiple segment groups for the segment. For example, if the segment includes three segment groups, whether the resulting segment includes endpoints that match all, any, or none of the segment groups.