Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dimension ¶
type Dimension struct {
Filter string `json:"filter"`
AddedCategories []string `json:"added_categories"`
Link Link `json:"link"`
HasNoCategory bool `json:"has_no_category"`
}
Dimension ...
type FilterOverview ¶
type FilterOverview struct {
Dimensions []Dimension `json:"dimensions"`
UnsetDimensions []string `json:"unset_dimensions"`
ClearAll Link `json:"clear_all"`
Cancel Link `json:"cancel"`
IsLatestVersion bool `json:"is_latest_version"`
LatestVersion LatestVersion `json:"latest_version"`
DatasetTitle string `json:"dataset_title"`
HasUnsetDimensions bool `json:"has_unset_dimensions"`
}
FilterOverview ...
type LatestVersion ¶
type LatestVersion struct {
DatasetLandingPageURL string `json:"dataset_landing_page_url"`
FilterJourneyWithLatestJourney string `json:"filter_journey_with_latest_version"`
}
LatestVersion ...
Click to show internal directories.
Click to hide internal directories.