ListDeploymentGroupRevisionsResponse constructor
ListDeploymentGroupRevisionsResponse({
- List<
DeploymentGroupRevision> ? deploymentGroupRevisions, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListDeploymentGroupRevisionsResponse({
this.deploymentGroupRevisions,
this.nextPageToken,
this.unreachable,
});