ListRxNormInferenceJobsResponse constructor

ListRxNormInferenceJobsResponse({
  1. List<ComprehendMedicalAsyncJobProperties>? comprehendMedicalAsyncJobPropertiesList,
  2. String? nextToken,
})

Implementation

ListRxNormInferenceJobsResponse({
  this.comprehendMedicalAsyncJobPropertiesList,
  this.nextToken,
});