GoogleCloudApigeeV1ListArchiveDeploymentsResponse constructor

GoogleCloudApigeeV1ListArchiveDeploymentsResponse({
  1. List<GoogleCloudApigeeV1ArchiveDeployment>? archiveDeployments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListArchiveDeploymentsResponse({
  this.archiveDeployments,
  this.nextPageToken,
});