pub async fn get_data_table_table_schema(
configuration: &Configuration,
workspace: &str,
datatable_name: &str,
schema_name: &str,
table_name: &str,
role: Option<&str>,
) -> Result<DataTableTableSchema, Error<GetDataTableTableSchemaError>>