customMetadata property

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

Updates objects custom metadata.

Adds or sets individual custom metadata key value pairs on objects. Keys that are set with empty custom metadata values will have its value cleared. Existing custom metadata not specified with this flag is not changed. Refer to documentation in https://cloud.google.com/storage/docs/metadata#custom-metadata

Optional.

Implementation

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