object InventorySnapshotOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

snapshotInventorySnapshot

Snapshot associated with this inventory snapshot.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "snapshot": {id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}
}