ItemMetadata class
Available metadata fields for the item.
Constructors
-
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}) - ItemMetadata.fromJson(Map json_)
Properties
- containerName ↔ String?
-
The name of the container for this item.
getter/setter pair
- contentLanguage ↔ String?
-
The BCP-47 language code for the item, such as "en-US" or "sr-Latn".
getter/setter pair
-
contextAttributes
↔ List<
ContextAttribute> ? -
A set of named attributes associated with the item.
getter/setter pair
- createTime ↔ String?
-
The time when the item was created in the source repository.
getter/setter pair
- hash ↔ String?
-
Hashing value provided by the API caller.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interactions
↔ List<
Interaction> ? -
A list of interactions for the item.
getter/setter pair
-
keywords
↔ List<
String> ? -
Additional keywords or phrases that should match the item.
getter/setter pair
- mimeType ↔ String?
-
The original mime-type of ItemContent.content in the source repository.
getter/setter pair
- objectType ↔ String?
-
The type of the item.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchQualityMetadata ↔ SearchQualityMetadata?
-
Additional search quality metadata of the item
getter/setter pair
- sourceRepositoryUrl ↔ String?
-
Link to the source repository serving the data.
getter/setter pair
- title ↔ String?
-
The title of the item.
getter/setter pair
- updateTime ↔ String?
-
The time when the item was last modified in the source repository.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited