GoogleCloudApigeeV1ListAppGroupAppsResponse constructor

GoogleCloudApigeeV1ListAppGroupAppsResponse({
  1. List<GoogleCloudApigeeV1AppGroupApp>? appGroupApps,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListAppGroupAppsResponse({
  this.appGroupApps,
  this.nextPageToken,
});