GoogleCloudApigeeV1ListAppsResponse constructor
GoogleCloudApigeeV1ListAppsResponse({
- List<
GoogleCloudApigeeV1App> ? app, - String? nextPageToken,
- int? totalSize,
Implementation
GoogleCloudApigeeV1ListAppsResponse({
this.app,
this.nextPageToken,
this.totalSize,
});