OfficeDataConnectorDataTypesExchangeArgs

data class OfficeDataConnectorDataTypesExchangeArgs(val state: Output<Either<String, DataTypeState>>? = null) : ConvertibleToJava<OfficeDataConnectorDataTypesExchangeArgs>

Exchange data type connection.

Constructors

Link copied to clipboard
constructor(state: Output<Either<String, DataTypeState>>? = null)

Properties

Link copied to clipboard
val state: Output<Either<String, DataTypeState>>? = null

Describe whether this data type connection is enabled or not.

Functions

Link copied to clipboard
open override fun toJava(): OfficeDataConnectorDataTypesExchangeArgs