GoogleCloudApigeeV1ListAppsResponse constructor

GoogleCloudApigeeV1ListAppsResponse({
  1. List<GoogleCloudApigeeV1App>? app,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

GoogleCloudApigeeV1ListAppsResponse({
  this.app,
  this.nextPageToken,
  this.totalSize,
});