Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EditMetadata ¶ added in v1.7.0
type EditMetadata struct { Dataset datasetclient.DatasetDetails `json:"dataset"` Version datasetclient.Version `json:"version"` Dimensions []datasetclient.VersionDimension `json:"dimensions"` CollectionID string `json:"collection_id"` CollectionState string `json:"collection_state"` CollectionLastEditedBy string `json:"collection_last_edited_by"` }
type EditVersionMetaData ¶ added in v1.5.0
type EditionsPage ¶ added in v1.10.0
type LatestChanges ¶ added in v1.5.0
type MetaData ¶ added in v1.5.0
type MetaData struct { Edition string `json:"edition"` Version int `json:"version"` ReleaseDate ReleaseDate `json:"release-date"` Notices []Notice `json:"notices"` Dimensions []dataset.VersionDimension `json:"dimensions"` UsageNotes []UsageNote `json:"usage_notes"` LatestChanges []LatestChanges `json:"latest_changes"` Title string `json:"title"` Summary string `json:"summary"` Keywords string `json:"keywords"` NationalStatistic bool `json:"national_statistic"` License string `json:"license"` ContactName string `json:"contact_name"` ContactEmail string `json:"contact_email"` ContactTelephone string `json:"contact_telephone"` RelatedDatasets []RelatedContent `json:"related_datasets"` RelatedPublications []RelatedContent `json:"related_publications"` RelatedMethodologies []RelatedContent `json:"related_methodologies"` ReleaseFrequency string `json:"release_frequency"` NextReleaseDate string `json:"next_release_date"` UnitOfMeassure string `json:"unit_of_meassure"` QMI string `json:"qmi"` }
type RelatedContent ¶ added in v1.5.0
type ReleaseDate ¶ added in v1.5.0
type VersionsPage ¶ added in v1.9.0
Click to show internal directories.
Click to hide internal directories.