Package version:

Interface IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem

interface IntegrationRuntimeDataFlowPropertiesCustomPropertiesItem {
    name?: string;
    value?: string;
}

Properties

Properties

name?: string

Name of custom property.

value?: string

Value of custom property.