Dataset Response Data Path
data class DatasetResponseDataPath(val additionalProperties: Map<String, Any>? = null, val azureFilePath: String, val datastoreName: String, val httpUrl: String, val partitionFormat: String, val partitionFormatIgnoreError: Boolean, val paths: List<String>, val relativePath: String, val sqlDataPath: DatasetResponseSqlDataPath? = null)
Datastore and reference to location of data such as relativePath, Sql Query and etc.