GoogleCloudApigeeV1ListArchiveDeploymentsResponse constructor
GoogleCloudApigeeV1ListArchiveDeploymentsResponse({
- List<
GoogleCloudApigeeV1ArchiveDeployment> ? archiveDeployments, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListArchiveDeploymentsResponse({
this.archiveDeployments,
this.nextPageToken,
});