FieldDefinitionResponse

data class FieldDefinitionResponse(val isEncrypted: Boolean? = null, val isOptional: Boolean? = null, val type: String)

Definition of the connection fields.

Constructors

Link copied to clipboard
constructor(isEncrypted: Boolean? = null, isOptional: Boolean? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isEncrypted: Boolean? = null

Gets or sets the isEncrypted flag of the connection field definition.

Link copied to clipboard
val isOptional: Boolean? = null

Gets or sets the isOptional flag of the connection field definition.

Link copied to clipboard

Gets or sets the type of the connection field definition.