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