The result of trying to assign a template to the entry.

interface ISetTemplate {
    exceptions?: LfRepositoryClientV1.APIServerException[];
    template?: string;
}

Implemented by

Properties

The list of exceptions that occured when trying to perform the operation.

template?: string

The name of the template assigned to the entry. If this is null, then no template was assigned.