ListEntitiesDetectionJobsResponse constructor
ListEntitiesDetectionJobsResponse({
- List<
EntitiesDetectionJobProperties> ? entitiesDetectionJobPropertiesList, - String? nextToken,
Implementation
ListEntitiesDetectionJobsResponse({
this.entitiesDetectionJobPropertiesList,
this.nextToken,
});