Flow Prefix Config
data class FlowPrefixConfig(val pathPrefixHierarchy: List<FlowPathPrefix>? = null, val prefixFormat: FlowPrefixFormat? = null, val prefixType: FlowPrefixType? = null)
Constructors
Link copied to clipboard
fun FlowPrefixConfig(pathPrefixHierarchy: List<FlowPathPrefix>? = null, prefixFormat: FlowPrefixFormat? = null, prefixType: FlowPrefixType? = null)