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

ReportConfig

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

The groups and associated preference sets on which we can generate reports.

interface ReportConfig {
readonly createTime?: Date;
description?: string;
displayName?: string;
groupPreferencesetAssignments?: ReportConfigGroupPreferenceSetAssignment[];
readonly name?: string;
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The timestamp when the resource was created.

§
description?: string
[src]

Free-text description.

§
displayName?: string
[src]

User-friendly display name. Maximum length is 63 characters.

§
groupPreferencesetAssignments?: ReportConfigGroupPreferenceSetAssignment[]
[src]

Required. Collection of combinations of groups and preference sets.

§
readonly name?: string
[src]

Output only. Name of resource.

§
readonly updateTime?: Date
[src]

Output only. The timestamp when the resource was last updated.