payload property

Object? payload
getter/setter pair

The data that the DataItem represents (for example, an image or a text snippet).

The schema of the payload is stored in the parent Dataset's metadata schema's dataItemSchemaUri field.

Required.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Object? payload;