Optional
fields?: Package2VersionFieldTypesOptional
orderThe order-by clause for the query. Defaults to LastModifiedDate descending.
Optional
whereThe where clause to filter the query. E.g., "WHERE Id IN ('%IDS%')";
Optional
whereAn array of where clause items to match. The query is chunked,meaning broken into
multiple queries when the query length would exceed the maximum char limit.
When defining items here, the whereClause
argument must use this token for the
item replacement: '%IDS%'
.
The fields to include in the returned data. Defaults to all fields.