Optionalfields?: Package2VersionFieldTypesOptionalorderThe order-by clause for the query. Defaults to LastModifiedDate descending.
OptionalwhereThe where clause to filter the query. E.g., "WHERE Id IN ('%IDS%')";
OptionalwhereAn 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.