GoogleCloudApigeeV1ListEnvironmentGroupsResponse constructor
GoogleCloudApigeeV1ListEnvironmentGroupsResponse({
- List<
GoogleCloudApigeeV1EnvironmentGroup> ? environmentGroups, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListEnvironmentGroupsResponse({
this.environmentGroups,
this.nextPageToken,
});