AttributeDefinitionResponse

data class AttributeDefinitionResponse(val attributeName: String? = null, val attributeType: String? = null)

Definition of AttributeDefinition

Constructors

Link copied to clipboard
constructor(attributeName: String? = null, attributeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeName: String? = null

A name for the attribute.

Link copied to clipboard
val attributeType: String? = null

The data type for the attribute, where: + `S` - the attribute is of type String + `N` - the attribute is of type Number + `B` - the attribute is of type Binary