pub async fn get_dataset(
configuration: &Configuration,
tr_dataset: &str,
dataset_id: &str,
) -> Result<Dataset, Error<GetDatasetError>>
Expand description
Auth’ed user or api key must have an admin or owner role for the specified dataset’s organization.