接口 DatasetVersion

interface DatasetVersion {
    as_of: string;
    tags?: string[];
}

属性

属性

as_of: string
tags?: string[]