items property

Map<String, String>? items
getter/setter pair

A metadata key/value items map.

The total size of all keys and values must be less than 512KB.

Implementation

core.Map<core.String, core.String>? items;