ItemMetadata constructor
ItemMetadata({
- String? containerName,
- String? contentLanguage,
- List<
ContextAttribute> ? contextAttributes, - String? createTime,
- String? hash,
- List<
Interaction> ? interactions, - List<
String> ? keywords, - String? mimeType,
- String? objectType,
- SearchQualityMetadata? searchQualityMetadata,
- String? sourceRepositoryUrl,
- String? title,
- 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,
});