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 can contain alphanumeric characters, hyphens, and periods, can contain only ASCII-printable characters and tabs, and must start with a letter.

Optional.

Implementation

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