IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs

data class IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>

Constructors

constructor(name: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of custom property.

Link copied to clipboard
val value: Output<String>? = null

Value of custom property.

Functions

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