InventoryGroup class
A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.
Constructors
-
InventoryGroup({required List<
InventoryFilter> filters, required String name})
Properties
-
filters
→ List<
InventoryFilter> -
Filters define the criteria for the group. The
matchingCountfield displays the number of resources that match the criteria. ThenotMatchingCountfield displays the number of resources that don't match the criteria.final - hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the group.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited