Description

The type Payload represents a payload that can be associated with a geometry. The payload type is bytes, so it's a binary blob and can be of any type.

Attributes

AttributeTypeDescription
payloadbytesThe payload data.

Proto Definition

message Payload {
  bytes payload = 1;
}