Catalog
public struct Catalog : Decodable
Represent items grouped together in the form of a catalog
-
Array of
CatalogGroup
sDeclaration
Swift
public let groups: [CatalogGroup]
-
Declaration
Swift
public init(from decoder: Decoder) throws