InventoryDeletionSummary class

Information about the delete operation.

Constructors

InventoryDeletionSummary({int? remainingCount, List<InventoryDeletionSummaryItem>? summaryItems, int? totalCount})
InventoryDeletionSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
remainingCount int?
Remaining number of items to delete.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summaryItems List<InventoryDeletionSummaryItem>?
A list of counts and versions for deleted items.
final
totalCount int?
The total number of items to delete. This count does not change during the delete operation.
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