Get Data Flows Result
data class GetDataFlowsResult(val fileSystemId: String, val flows: List<GetDataFlowsFlow>, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null)
A collection of values returned by getDataFlows.
Constructors
Link copied to clipboard
fun GetDataFlowsResult(fileSystemId: String, flows: List<GetDataFlowsFlow>, id: String, ids: List<String>, outputFile: String? = null, status: String? = null)