tags property

Map<String, String>? tags
final

The tags attached to the vault. Each tag is composed of a key and a value.

Implementation

final Map<String, String>? tags;