object UpdateCarrierBoxOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
carrier_box | CarrierBox |
Referenced By
- carrier_box_update Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"carrier_box": CarrierBox
}| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
carrier_box | CarrierBox |
{
"request_id": "abc123",
"complexity": 987,
"carrier_box": CarrierBox
}