GoogleCloudApigeeV1ListEnvironmentGroupsResponse constructor

GoogleCloudApigeeV1ListEnvironmentGroupsResponse({
  1. List<GoogleCloudApigeeV1EnvironmentGroup>? environmentGroups,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListEnvironmentGroupsResponse({
  this.environmentGroups,
  this.nextPageToken,
});