Component Type Function Args
data class ComponentTypeFunctionArgs(val implementedBy: Output<ComponentTypeDataConnectorArgs>? = null, val requiredProperties: Output<List<String>>? = null, val scope: Output<ComponentTypeFunctionScope>? = null) : ConvertibleToJava<ComponentTypeFunctionArgs>
The function of component type.
Constructors
Link copied to clipboard
constructor(implementedBy: Output<ComponentTypeDataConnectorArgs>? = null, requiredProperties: Output<List<String>>? = null, scope: Output<ComponentTypeFunctionScope>? = null)