InventoryResultItem class
The inventory result item.
Constructors
Properties
- captureTime → String?
-
The time inventory item data was captured.
final
-
content
→ List<
Map< String, String> > -
Contains all the inventory data of the item type. Results include attribute
names and values.
final
- contentHash → String?
-
MD5 hash of the inventory item type contents. The content hash is used to
determine whether to update inventory information. The PutInventory API does
not update the inventory item type contents if the MD5 hash has not changed
since last update.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemaVersion → String
-
The schema version for the inventory result item/
final
- typeName → String
-
The name of the inventory result item type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited