Interface GetCatalogWithDatasetRequest

interface GetCatalogWithDatasetRequest {
    boundingOfficeLike?: string;
    dataset: CatalogableEndpoint;
    like?: string;
    locationCategoryLike?: string;
    locationGroupLike?: string;
    office?: string;
    page?: string;
    pageSize?: number;
    timeseriesCategoryLike?: string;
    timeseriesGroupLike?: string;
    unitSystem?: UnitSystem;
}

Properties

boundingOfficeLike?: string
like?: string
locationCategoryLike?: string
locationGroupLike?: string
office?: string
page?: string
pageSize?: number
timeseriesCategoryLike?: string
timeseriesGroupLike?: string
unitSystem?: UnitSystem