interface ExternalTemplateGroup {
    dataSetId?: number;
    description?: string;
    externalId: string;
    owners?: string[];
}

Hierarchy (view full)

Properties

dataSetId?: number

The dataSetId of the template group

description?: string

The description of a Template Group

externalId: string

The externalId of a Template Group

owners?: string[]

The owners of a Template Group