metadataHeaders property

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

Custom resource specific headers along with the values.

The names should conform to RFC 9110: > Field names SHOULD constrain themselves to alphanumeric characters, "-", and ".", and SHOULD begin with a letter. Field values SHOULD contain only ASCII printable characters and tab.

Optional.

Implementation

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