items property

List<Group>? items
getter/setter pair

A list of groups that match the API request parameters.

Each item in the list represents a group resource.

Implementation

core.List<Group>? items;