InventoryResultEntity class
Inventory query results.
Constructors
-
InventoryResultEntity({Map<
String, InventoryResultItem> ? data, String? id}) -
InventoryResultEntity.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
data
→ Map<
String, InventoryResultItem> ? -
The data section in the inventory result entity JSON.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
ID of the inventory result entity. For example, for managed instance
inventory the result will be the managed instance ID. For EC2 instance
inventory, the result will be the instance ID.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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