ListTextTranslationJobsResponse constructor

ListTextTranslationJobsResponse({
  1. String? nextToken,
  2. List<TextTranslationJobProperties>? textTranslationJobPropertiesList,
})

Implementation

ListTextTranslationJobsResponse({
  this.nextToken,
  this.textTranslationJobPropertiesList,
});