ListInventorySourceGroupsResponse constructor
ListInventorySourceGroupsResponse({
- List<
InventorySourceGroup> ? inventorySourceGroups, - String? nextPageToken,
Implementation
ListInventorySourceGroupsResponse({
this.inventorySourceGroups,
this.nextPageToken,
});