DescribeThesaurusResponse constructor

DescribeThesaurusResponse({
  1. DateTime? createdAt,
  2. String? description,
  3. String? errorMessage,
  4. int? fileSizeBytes,
  5. String? id,
  6. String? indexId,
  7. String? name,
  8. String? roleArn,
  9. S3Path? sourceS3Path,
  10. ThesaurusStatus? status,
  11. int? synonymRuleCount,
  12. int? termCount,
  13. DateTime? updatedAt,
})

Implementation

DescribeThesaurusResponse({
  this.createdAt,
  this.description,
  this.errorMessage,
  this.fileSizeBytes,
  this.id,
  this.indexId,
  this.name,
  this.roleArn,
  this.sourceS3Path,
  this.status,
  this.synonymRuleCount,
  this.termCount,
  this.updatedAt,
});