Package version
TagMap is maps of TagKey -> TagValueWithMetadata
Gets the tags map without metadata.
Gets the tags map with metadata.
Deletes a tag from the map if the key is in the map.
The TagKey which will be removed.
Adds the key/value pair regardless of whether the key is present.
The TagKey which will be set.
The TagValue to set for the given key.
The TagMetadata associated with this Tag.
Generated using TypeDoc
TagMap is maps of TagKey -> TagValueWithMetadata