Request body for assigning fields to an entry.

interface ISetFieldsRequest {
    fields?: LfRepositoryClientV2.FieldToUpdate[];
}

Implemented by

Properties

Properties

The fields that will be assigned to the entry.