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

AudienceSegmentGroup

import type { AudienceSegmentGroup } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Audience Segment Group.

interface AudienceSegmentGroup {
audienceSegments?: AudienceSegment[];
id?: bigint;
name?: string;
}

§Properties

§
audienceSegments?: AudienceSegment[]
[src]

Audience segments assigned to this group. The number of segments must be between 2 and 100.

§
id?: bigint
[src]

ID of this audience segment group. This is a read-only, auto-generated field.

§
name?: string
[src]

Name of this audience segment group. This is a required field and must be less than 65 characters long.