object CycleCountOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

cycle_countCycleCountBatch

Cycle count returned by this operation.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "cycle_count": {id: "Q3ljbGVDb3VudEJhdGNoOjEyMzQ="}
}