DatabaseTag

data class DatabaseTag(val key: String? = null, val value: String? = null)

You can use the Resource Tags property to apply tags to resources, which can help you identify and categorize those resources.

Constructors

Link copied to clipboard
fun DatabaseTag(key: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null
Link copied to clipboard
val value: String? = null