MetadataItemResponse

data class MetadataItemResponse(val name: Any? = null, val value: Any? = null)

Specify the name and value of custom metadata item.

Constructors

Link copied to clipboard
constructor(name: Any? = null, value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: Any? = null

Metadata item key name. Type: string (or Expression with resultType string).

Link copied to clipboard
val value: Any? = null

Metadata item value. Type: string (or Expression with resultType string).