items property

List<Item>? items
getter/setter pair

Set of items from the queue available for connector to process.

These items have the following subset of fields populated: version metadata.hash structured_data.hash content.hash payload status queue

Implementation

core.List<Item>? items;