FhirDatastoreTag

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

A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of the tag.

Link copied to clipboard

The value of the tag.