InventoryHistoryResponse

currentPageToken
string

The page token the client provided to get the current page of results

required
Array of objects (InventoryHistoryLogEntry)
nextPageToken
string

The page token the client can provide to get the next page of results

{
  • "currentPageToken": "string",
  • "nextPageToken": "string",
  • "data": [
    ]
}