ListDeploymentsResponse constructor
ListDeploymentsResponse({
- List<
Deployment> ? deployments, - String? nextPageToken,
Implementation
ListDeploymentsResponse({
this.deployments,
this.nextPageToken,
});