GoogleCloudApigeeV1ListAppGroupAppsResponse constructor
GoogleCloudApigeeV1ListAppGroupAppsResponse({
- List<
GoogleCloudApigeeV1AppGroupApp> ? appGroupApps, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListAppGroupAppsResponse({
this.appGroupApps,
this.nextPageToken,
});