CustomMetadata

@Serializable
data class CustomMetadata(val key: String, val stringValue: String? = null)

Custom metadata to be associated with the data.

Constructors

Link copied to clipboard
constructor(key: String, stringValue: String? = null)

Properties

Link copied to clipboard
val key: String

The key of the metadata.

Link copied to clipboard
val stringValue: String?

The string value of the metadata.