Attribute

data class Attribute(val name: String, val value: String, val mediaType: String?)(source)

Represents an attribute in a credential preview.

Constructors

Link copied to clipboard
constructor(name: String, value: String, mediaType: String?)

Properties

Link copied to clipboard
@SerialName(value = "media_type")
val mediaType: String?

The media type of the attribute, if applicable.

Link copied to clipboard

The name of the attribute.

Link copied to clipboard

The value of the attribute.