metadata property

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

The metadata key-value pairs that you want to patch onto the instance.

For more information, see Project and instance metadata.

Implementation

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