ItemMetadata constructor

ItemMetadata({
  1. String? containerName,
  2. String? contentLanguage,
  3. List<ContextAttribute>? contextAttributes,
  4. String? createTime,
  5. String? hash,
  6. List<Interaction>? interactions,
  7. List<String>? keywords,
  8. String? mimeType,
  9. String? objectType,
  10. SearchQualityMetadata? searchQualityMetadata,
  11. String? sourceRepositoryUrl,
  12. String? title,
  13. String? updateTime,
})

Implementation

ItemMetadata({
  this.containerName,
  this.contentLanguage,
  this.contextAttributes,
  this.createTime,
  this.hash,
  this.interactions,
  this.keywords,
  this.mimeType,
  this.objectType,
  this.searchQualityMetadata,
  this.sourceRepositoryUrl,
  this.title,
  this.updateTime,
});