InventoryAggregator class

Specifies the inventory type and attribute for the aggregation execution.

Constructors

InventoryAggregator({List<InventoryAggregator>? aggregators, String? expression, List<InventoryGroup>? groups})

Properties

aggregators List<InventoryAggregator>?
Nested aggregators to further refine aggregation for an inventory type.
final
expression String?
The inventory type and attribute name for aggregation.
final
groups List<InventoryGroup>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
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