Builder

class Builder

Properties

Link copied to clipboard
var key: String?

The name of the tag. This is a general label that acts as a category for a more specific tag value (value).

Link copied to clipboard

The value that’s associated with the specified tag key (key). This value acts as a descriptor for the tag key. A tag value cannot be null, but it can be an empty string.