PayloadDescription 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 AttributeTypeDescriptionpayloadbytesThe payload data. Proto Definition protomessage Payload { bytes payload = 1; }