OData Resource Dataset Response
data class ODataResourceDatasetResponse(val annotations: List<Any>? = null, val description: String? = null, val folder: DatasetResponseFolder? = null, 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 Open Data Protocol (OData) resource dataset.
Constructors
Link copied to clipboard
fun ODataResourceDatasetResponse(annotations: List<Any>? = null, description: String? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, parameters: Map<String, ParameterSpecificationResponse>? = null, path: Any? = null, schema: Any? = null, structure: Any? = null, type: String)