ListDeploymentGroupsResponse constructor
ListDeploymentGroupsResponse({
- List<
DeploymentGroup> ? deploymentGroups, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListDeploymentGroupsResponse({
this.deploymentGroups,
this.nextPageToken,
this.unreachable,
});