ListGroupItemsResponse constructor

ListGroupItemsResponse({
  1. Errors? errors,
  2. String? etag,
  3. List<GroupItem>? items,
  4. String? kind,
})

Implementation

ListGroupItemsResponse({this.errors, this.etag, this.items, this.kind});