metadata property

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

Metadata associated with the user's signature.

For example, the user's name or the user's title.

Optional.

Implementation

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