items property

List<User>? items
getter/setter pair

List of user resources in the instance.

Implementation

core.List<User>? items;