Interface IReportTemplate

interface IReportTemplate {
    createdAt: string;
    createdBy: string;
    description: string;
    id: string;
    metadataVersion: number;
    name: string;
    ownerId: string;
    sourceAppId: string;
    sourceAppName: string;
    updatedAt: string;
    updatedBy: string;
}

Properties

createdAt: string

The data and time when the template was created

createdBy: string

The id of the user who created the template

description: string

Template description

id: string

The template ID

metadataVersion: number

THe template metadata version

name: string

Template name

ownerId: string

The user that this template is scoped to

sourceAppId: string

The id of the app that this template is using as data source

sourceAppName: string

The name of the app that this template is using as data source

updatedAt: string

The date and time when the template was last updated

updatedBy: string

The id of the user who last updated the template