id property

List<int> id
final

Specifies the id of the thing(s) to retrieve. To request multiple things with a single query, NNN can specify a comma-delimited list of ids.

Implementation

final List<int> id;