The result of trying to assign fields to the entry.

interface ISetTags {
    assignedTags?: string[];
    exceptions?: LfRepositoryClientV1.APIServerException[];
}

Implemented by

Properties

assignedTags?: string[]

The tags that were assigned to the entry

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