ConnectorRuntimeSetting

Contains information about the connector runtime settings that are required for flow execution.

Types

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

Properties

Link copied to clipboard

Contains default values for the connector runtime setting that are supplied by the connector.

Link copied to clipboard

Data type of the connector runtime setting.

Link copied to clipboard

A description about the connector runtime setting.

Link copied to clipboard

Indicates whether this connector runtime setting is required.

Link copied to clipboard
val key: String?

Contains value information about the connector runtime setting.

Link copied to clipboard

A label used for connector runtime setting.

Link copied to clipboard

Indicates the scope of the connector runtime setting.

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