value property

String? value
getter/setter pair

Value for the metadata entry.

These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).

Implementation

core.String? value;