InstalledCatalog
public struct InstalledCatalog : Hashable
Represents installed catalog.
-
Provides information regarding catalog hrn and current version.
Declaration
Swift
public var catalogIdentifier: CatalogIdentifier -
Creates a new instance.
Declaration
Swift
public init(hrn: String, version: Int64)Parameters
hrnA HERE Resource Name (HRN) for this catalog. See
CatalogIdentifierfor more info.versionA version number for a catalog. See
CatalogIdentifierfor more info.