tags property

Map<String, String>? tags
final

A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Implementation

final Map<String, String>? tags;