GoogleCloudApigeeV1ListDeploymentsResponse constructor

GoogleCloudApigeeV1ListDeploymentsResponse({
  1. List<GoogleCloudApigeeV1Deployment>? deployments,
})

Implementation

GoogleCloudApigeeV1ListDeploymentsResponse({
  this.deployments,
});