interface DatasetDetail {
    count: number;
    dataset_id: string;
    editors: string[];
    owner: string;
    versions: DatasetVersionDetail[];
}

Properties

count: number

The number of datasets

dataset_id: string

The Dataset ID

editors: string[]

The list of editors

owner: string

The owner of the Dataset

The set of separate versions of the Dataset