SchemaAttributeType

@JsonSerializable
data class SchemaAttributeType(val AttributeDataType: AttributeDataType? = null, val DeveloperOnlyAttribute: Boolean? = null, val Mutable: Boolean? = null, val Name: String? = null, val NumberAttributeConstraints: NumberAttributeConstraints? = null, val Required: Boolean? = null, val StringAttributeConstraints: StringAttributeConstraints? = null)

Constructors

Link copied to clipboard
constructor(AttributeDataType: AttributeDataType? = null, DeveloperOnlyAttribute: Boolean? = null, Mutable: Boolean? = null, Name: String? = null, NumberAttributeConstraints: NumberAttributeConstraints? = null, Required: Boolean? = null, StringAttributeConstraints: StringAttributeConstraints? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Mutable: Boolean? = null
Link copied to clipboard
val Name: String? = null
Link copied to clipboard
val Required: Boolean? = null