interface WorkspaceTemplate {
    definitionUri?: string;
    lastModifiedBy?: string;
    lastModifiedDate?: Date;
    mappings?: WorkspaceMapping[];
    workspaceId?: number;
}

Properties

definitionUri?: string

Uri of the associated definition

lastModifiedBy?: string

The identity that last modified this template

lastModifiedDate?: Date

The last time this template was modified

mappings?: WorkspaceMapping[]

List of workspace mappings

workspaceId?: number

Id of the workspace for this template