BinaryData¶
Source definition: src/bitdrift_public/protobuf/logging/v1/payload.proto#L12-L16
| Field | Type | Description |
|---|---|---|
| type | optional string | Optional type identifier for binary data. |
| payload | bytes |
Example¶
JSON
{
"payload": "",
"type": ""
}