entityIdList property

List<String>? entityIdList
final

This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.

Implementation

final List<String>? entityIdList;