items property

List<GroupItem>? items
getter/setter pair

A list of groups that match the API request parameters.

Each item in the list represents a groupItem resource.

Implementation

core.List<GroupItem>? items;