GoogleCloudApihubV1ListDeploymentsResponse constructor

GoogleCloudApihubV1ListDeploymentsResponse({
  1. List<GoogleCloudApihubV1Deployment>? deployments,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApihubV1ListDeploymentsResponse({
  this.deployments,
  this.nextPageToken,
});