interface TemplateSummaryLabel {
    envReferences?: TemplateEnvReferences;
    id?: string;
    kind?: TemplateKind;
    name?: string;
    orgID?: string;
    properties?: { color?: string; description?: string };
    templateMetaName?: string;
}

Properties

envReferences?: TemplateEnvReferences
id?: string
name?: string
orgID?: string
properties?: { color?: string; description?: string }
templateMetaName?: string
MMNEPVFCICPMFPCPTTAAATR