ProfileTag

data class ProfileTag(val key: String, val value: String)

Creates a key-value pair for a specific resource.

Constructors

Link copied to clipboard
fun ProfileTag(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The name assigned to the tag that you create.

Link copied to clipboard

Contains one or more values that you assigned to the key name you create.