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