Web Table Dataset Response
data class WebTableDatasetResponse(val annotations: List<Any>? = null, val description: String? = null, val folder: DatasetResponseFolder? = null, val index: Any, val linkedServiceName: LinkedServiceReferenceResponse, val parameters: Map<String, ParameterSpecificationResponse>? = null, val path: Any? = null, val schema: Any? = null, val structure: Any? = null, val type: String)
The dataset points to a HTML table in the web page.
Constructors
Link copied to clipboard
fun WebTableDatasetResponse(annotations: List<Any>? = null, description: String? = null, folder: DatasetResponseFolder? = null, index: Any, linkedServiceName: LinkedServiceReferenceResponse, parameters: Map<String, ParameterSpecificationResponse>? = null, path: Any? = null, schema: Any? = null, structure: Any? = null, type: String)