ConnectorProperty

Defines a property configuration for connection types, default values, and where the property should be used in requests.

Types

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

Properties

Link copied to clipboard

A list of AllowedValue objects representing the values allowed for the property.

Link copied to clipboard

The default value for the property.

Link copied to clipboard

A key name to use when sending this property in API requests, if different from the display name.

Link copied to clipboard

The name of the property.

Link copied to clipboard

Specifies where this property should be included in REST requests, such as in headers, query parameters, or request body.

Link copied to clipboard

The data type of this property

Link copied to clipboard

Indicates whether the property is required.

Functions

Link copied to clipboard
inline fun copy(block: ConnectorProperty.Builder.() -> Unit = {}): ConnectorProperty
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