ListDeploymentEventsResponse constructor
ListDeploymentEventsResponse({
- List<
DeploymentEvent> ? deploymentEvents, - String? nextPageToken,
Implementation
ListDeploymentEventsResponse({this.deploymentEvents, this.nextPageToken});