DescribeDocumentClassificationJobResponse constructor

DescribeDocumentClassificationJobResponse({
  1. DocumentClassificationJobProperties? documentClassificationJobProperties,
})

Implementation

DescribeDocumentClassificationJobResponse({
  this.documentClassificationJobProperties,
});