tags property

Map<String, String>? tags
final

A string-to-string map of key-value pairs that defines the tags to associate with the campaign. Each tag consists of a required tag key and an associated tag value.

Implementation

final Map<String, String>? tags;