object CreateCustomBoxOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

custom_boxCustomBox

Custom box returned by this operation.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "custom_box": {id: "Q3VzdG9tQm94OjEyMzQ="}
}