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

ReportConfigGroupPreferenceSetAssignment

import type { ReportConfigGroupPreferenceSetAssignment } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Represents a combination of a group with a preference set.

interface ReportConfigGroupPreferenceSetAssignment {
group?: string;
preferenceSet?: string;
}

§Properties

§
group?: string
[src]

Required. Name of the group.

§
preferenceSet?: string
[src]

Required. Name of the Preference Set.