pub async fn get_datatable_full_schema(
configuration: &Configuration,
workspace: &str,
get_datatable_full_schema_request: GetDatatableFullSchemaRequest,
) -> Result<HashMap<String, HashMap<String, GetDatatableFullSchema200ResponseValueValue>>, Error<GetDatatableFullSchemaError>>