GoogleFirebaseAppdistroV1ListGroupsResponse constructor

GoogleFirebaseAppdistroV1ListGroupsResponse({
  1. List<GoogleFirebaseAppdistroV1Group>? groups,
  2. String? nextPageToken,
})

Implementation

GoogleFirebaseAppdistroV1ListGroupsResponse({
  this.groups,
  this.nextPageToken,
});