TerminologyProperties constructor

TerminologyProperties({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? description,
  4. EncryptionKey? encryptionKey,
  5. DateTime? lastUpdatedAt,
  6. String? name,
  7. int? sizeBytes,
  8. String? sourceLanguageCode,
  9. List<String>? targetLanguageCodes,
  10. int? termCount,
})

Implementation

TerminologyProperties({
  this.arn,
  this.createdAt,
  this.description,
  this.encryptionKey,
  this.lastUpdatedAt,
  this.name,
  this.sizeBytes,
  this.sourceLanguageCode,
  this.targetLanguageCodes,
  this.termCount,
});