tags property

Map<String, String>? tags
final

To help organize your resources, you can assign your own metadata to the resources you create. Each tag is a key-value pair.

Implementation

final Map<String, String>? tags;