ConnectorEntityField

Describes the data model of a connector field. For example, for an account entity, the fields would be account name, account ID, and so on.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map that has specific properties related to the ConnectorEntityField.

Link copied to clipboard

Default value that can be assigned to this field.

Link copied to clipboard

A description of the connector entity field.

Link copied to clipboard

The properties applied to a field when the connector is being used as a destination.

Link copied to clipboard

The unique identifier of the connector field.

Link copied to clipboard

Booelan value that indicates whether this field is deprecated or not.

Link copied to clipboard

Booelan value that indicates whether this field can be used as a primary key.

Link copied to clipboard

The label applied to a connector entity field.

Link copied to clipboard

The parent identifier of the connector field.

Link copied to clipboard

The properties that can be applied to a field when the connector is being used as a source.

Link copied to clipboard

Contains details regarding the supported FieldType, including the corresponding filterOperators and supportedValues.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String