type property

List<ThingType> type
final

Specifies that, regardless of the type of thing asked for by id, the results are filtered by the THINGTYPE(s) specified. Multiple THINGTYPEs can be specified in a comma-delimited list.

Implementation

final List<ThingType> type;